Skip to content

Commit

Permalink
deps: update rustls v0.20.1 -> v0.21.0
Browse files Browse the repository at this point in the history
This commit updates hyper-rustls to use the freshly released rustls
0.21.0.work.

We also use update to the recently released tokio-rustls v0.24.0 to
match rustls versions there, and to webpki-roots 0.23.0.
  • Loading branch information
cpu authored and djc committed Mar 31, 2023
1 parent df93f70 commit 68ed9e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ http = "0.2"
hyper = { version = "0.14", default-features = false, features = ["client"] }
log = { version = "0.4.4", optional = true }
rustls-native-certs = { version = "0.6", optional = true }
rustls = { version = "0.20.1", default-features = false }
rustls = { version = "0.21.0", default-features = false }
tokio = "1.0"
tokio-rustls = { version = "0.23", default-features = false }
webpki-roots = { version = "0.22", optional = true }
tokio-rustls = { version = "0.24.0", default-features = false }
webpki-roots = { version = "0.23", optional = true }

[dev-dependencies]
futures-util = { version = "0.3.1", default-features = false }
hyper = { version = "0.14", features = ["full"] }
rustls = { version = "0.20.1", default-features = false, features = ["tls12"] }
rustls = { version = "0.21.0", default-features = false, features = ["tls12"] }
rustls-pemfile = "1.0.0"
tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thread"] }

Expand Down

0 comments on commit 68ed9e6

Please sign in to comment.