We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36a301 commit 858c9bcCopy full SHA for 858c9bc
Cargo.toml
@@ -34,9 +34,9 @@ tower = { version = "0.4", features = ["util"] }
34
# optional dependencies
35
## rustls
36
arc-swap = { version = "1", optional = true }
37
-rustls = { version = "0.22.1", optional = true }
38
-rustls-pemfile = { version = "2.0.0", optional = true }
39
-tokio-rustls = { version = "0.25.0", optional = true }
+rustls = { version = "0.23.1", optional = true }
+rustls-pemfile = { version = "2.1.0", optional = true }
+tokio-rustls = { git = "https://github.com/rustls/tokio-rustls", rev = "330d28788f54dc94664a316bd29b354341f0aa38", optional = true }
40
41
## openssl
42
openssl = { version = "0.10", optional = true }
0 commit comments