Skip to content

Commit 858c9bc

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
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 = "330d28788f54dc94664a316bd29b354341f0aa38", optional = true }
4040

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

0 commit comments

Comments
 (0)