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 e8ee122 commit 7e73190Copy full SHA for 7e73190
Cargo.toml
@@ -18,9 +18,9 @@ appveyor = { repository = "async-std/async-tls" }
18
[dependencies]
19
futures-io = "0.3.5"
20
futures-core = "0.3.5"
21
-rustls = "0.18.0"
22
-webpki = { version = "0.21.2", optional = true }
23
-webpki-roots = { version = "0.20.0", optional = true }
+rustls = "0.19.0"
+webpki = { version = "0.21.3", optional = true }
+webpki-roots = { version = "0.21.0", optional = true }
24
25
[features]
26
default = ["client", "server"]
0 commit comments