Skip to content

Commit

Permalink
Merge pull request #46 from bearcove/dependabot/cargo/rustls-0.23.5
Browse files Browse the repository at this point in the history
Bump rustls from 0.23.2 to 0.23.5
  • Loading branch information
fasterthanlime authored Apr 20, 2024
2 parents 2fbf142 + 11f433a commit 41846ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ thiserror = "1.0.58"
tracing = "0.1.40"
# main branch
tokio-rustls = { git = "https://github.com/rustls/tokio-rustls", rev = "caf4e8267f0e708a2bfc561dec98a842dc960ba6", default-features = false }
rustls = { version = "0.23.2", default-features = false }
rustls = { version = "0.23.5", default-features = false }
smallvec = "1.13.1"
memoffset = "0.9.0"
pin-project-lite = "0.2.13"
Expand Down

0 comments on commit 41846ec

Please sign in to comment.