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 b82a869 commit 1b7d8cfCopy full SHA for 1b7d8cf
Cargo.toml
@@ -29,7 +29,7 @@ hyper-util = { version = "0.1", default-features = false, features = ["client-le
29
log = { version = "0.4.4", optional = true }
30
pki-types = { package = "rustls-pki-types", version = "1" }
31
rustls-native-certs = { version = "0.8", optional = true }
32
-rustls-platform-verifier = { version = "0.4", optional = true }
+rustls-platform-verifier = { version = "0.5", optional = true }
33
rustls = { version = "0.23", default-features = false }
34
tokio = "1.0"
35
tokio-rustls = { version = "0.26", default-features = false }
0 commit comments