We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc58a3b commit ec16636Copy full SHA for ec16636
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-rustls"
3
-version = "0.19.2"
+version = "0.20.0"
4
edition = "2018"
5
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
6
license = "Apache-2.0/ISC/MIT"
@@ -16,7 +16,7 @@ ct-logs = { version = "^0.6", optional = true }
16
futures-util = "0.3.1"
17
hyper = { version = "0.13.0", default-features = false }
18
rustls = "0.17"
19
-rustls-native-certs = { version = "0.2.1", optional = true }
+rustls-native-certs = { version = "0.3.0", optional = true }
20
tokio = "0.2.4"
21
tokio-rustls = "0.13.0"
22
webpki = "0.21.0"
0 commit comments