Skip to content

Commit

Permalink
chore(deps): bump the rustls group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper-rustls](https://github.com/rustls/hyper-rustls) and [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version.

Updates `hyper-rustls` to 0.27.1
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](rustls/hyper-rustls@v/0.26.0...v/0.27.1)

Updates `tokio-rustls` to 0.26.0
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](rustls/tokio-rustls@v/0.25.0...v/0.26.0)

---
updated-dependencies:
- dependency-name: hyper-rustls
  dependency-type: direct:production
  dependency-group: rustls
- dependency-name: tokio-rustls
  dependency-type: direct:production
  dependency-group: rustls
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent 43e9924 commit 1e722b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures = "0.3.11"
http = "1.1.0"
http-body-util = "0.1.0"
hyper = "1.1.0"
hyper-rustls = { version = "0.26.0", default-features = false, features = ["http1", "logging", "ring", "tls12", "webpki-tokio"], optional = true }
hyper-rustls = { version = "0.27.1", default-features = false, features = ["http1", "logging", "ring", "tls12", "webpki-tokio"], optional = true }
hyper-tls = { version = "0.6.0", optional = true }
hyper-tungstenite = "0.13.0"
hyper-util = { version="0.1.3", features = ["client-legacy", "server", "http1"] }
Expand All @@ -36,7 +36,7 @@ thiserror = "1.0.30"
time = { version = "0.3.20", optional = true }
tokio = { version = "1.24.2", features = ["macros", "rt"] }
tokio-graceful = "0.1.6"
tokio-rustls = "0.25.0"
tokio-rustls = "0.26.0"
tokio-tungstenite = "0.21.0"
tokio-util = { version = "0.7.1", features = ["io"], optional = true }
tracing = { version = "0.1.35", features = ["log"] }
Expand Down

0 comments on commit 1e722b1

Please sign in to comment.