Skip to content

Commit e1fa2ef

Browse files
committed
upgrade to rustls 0.23.1, tokio-rustls next
1 parent c36a301 commit e1fa2ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ tower = { version = "0.4", features = ["util"] }
3434
# optional dependencies
3535
## rustls
3636
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 }
37+
rustls = { version = "0.23.1", optional = true }
38+
rustls-pemfile = { version = "2.1.0", optional = true }
39+
tokio-rustls = { git = "https://github.com/rustls/tokio-rustls", rev = "214a2b477e642c520c243717188cb683a9cad900", optional = true }
4040

4141
## openssl
4242
openssl = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)