Skip to content

Commit ec16636

Browse files
committed
Update rustls-native-certs and prepare 0.20
1 parent dc58a3b commit ec16636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-rustls"
3-
version = "0.19.2"
3+
version = "0.20.0"
44
edition = "2018"
55
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
66
license = "Apache-2.0/ISC/MIT"
@@ -16,7 +16,7 @@ ct-logs = { version = "^0.6", optional = true }
1616
futures-util = "0.3.1"
1717
hyper = { version = "0.13.0", default-features = false }
1818
rustls = "0.17"
19-
rustls-native-certs = { version = "0.2.1", optional = true }
19+
rustls-native-certs = { version = "0.3.0", optional = true }
2020
tokio = "0.2.4"
2121
tokio-rustls = "0.13.0"
2222
webpki = "0.21.0"

0 commit comments

Comments
 (0)