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 dc30039 commit c85b62bCopy full SHA for c85b62b
Cargo.toml
@@ -19,7 +19,7 @@ appveyor = { repository = "async-std/async-tls" }
19
futures = "0.3.4"
20
rustls = "0.18.0"
21
webpki = { version = "0.21.2", optional = true }
22
-webpki-roots = { version = "0.19.0", optional = true }
+webpki-roots = { version = "0.20.0", optional = true }
23
24
[features]
25
default = ["client", "server"]
0 commit comments