We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36a301 commit e1fa2efCopy full SHA for e1fa2ef
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 = "214a2b477e642c520c243717188cb683a9cad900", optional = true }
40
41
## openssl
42
openssl = { version = "0.10", optional = true }
0 commit comments