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 d2dbab9 commit 9a7cc14Copy full SHA for 9a7cc14
Cargo.toml
@@ -25,7 +25,7 @@ serde_json = { version = "^1.0" }
25
26
# Optional dependencies
27
openssl = { version = "0.10", optional = true }
28
-rustls = { version = "0.20", optional = true, features = ["dangerous_configuration"] }
+rustls = { version = "0.21", optional = true, features = ["dangerous_configuration"] }
29
webpki = { version = "0.22", optional = true }
30
webpki-roots = { version = "0.22", optional = true }
31
0 commit comments