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 759558f commit 8fee757Copy full SHA for 8fee757
glide-core/redis-rs/redis/Cargo.toml
@@ -63,7 +63,7 @@ async-trait = { version = "0.1", optional = true }
63
tokio-retry2 = { version = "0.5", features = ["jitter"], optional = true }
64
65
# Only needed for rustls (default TLS implementation)
66
-rustls = { version = "0.23", features = ["aws-lc-rs"] }
+rustls = { version = "0.23.35", features = ["aws-lc-rs"] }
67
rustls-platform-verifier = { version = "0.6", default-features = false }
68
tokio-rustls = { version = "0.26", default-features = false }
69
rustls-pemfile = { version = "2" }
0 commit comments