Skip to content

Commit

Permalink
Merge pull request #611 from hatoo/dependabot/cargo/rustls-0.23.18
Browse files Browse the repository at this point in the history
Bump rustls from 0.23.15 to 0.23.18
  • Loading branch information
hatoo authored Nov 26, 2024
2 parents bad72a7 + 8116017 commit 17b992c
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 @@ -52,7 +52,7 @@ hyper = { version = "1.4", features = ["client", "http1", "http2"] }
native-tls = { version = "0.2.12", features = ["alpn"], optional = true }
tokio-native-tls = { version = "0.3.1", optional = true }

rustls = { version = "0.23.11", optional = true }
rustls = { version = "0.23.18", optional = true }
rustls-native-certs = { version = "0.8.0", optional = true }
tokio-rustls = { version = "0.26.0", optional = true }
rustls-pki-types = { version = "1.7.0", optional = true }
Expand Down

0 comments on commit 17b992c

Please sign in to comment.