Skip to content

Commit c776e32

Browse files
authored
Merge pull request #100 from jakubadamw/upgrade_async-tls_and_rustls
Upgrade `rustls` to 0.19 and `async-tls` to 0.11
2 parents 453262f + 059b23e commit c776e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ deadpool = { version = "0.7.0", optional = true }
4949
futures = { version = "0.3.8", optional = true }
5050

5151
# h1_client_rustls
52-
async-tls = { version = "0.10.0", optional = true }
53-
rustls_crate = { version = "0.18", optional = true, package = "rustls" }
52+
async-tls = { version = "0.11", optional = true }
53+
rustls_crate = { version = "0.19", optional = true, package = "rustls" }
5454

5555
# hyper_client
5656
hyper = { version = "0.13.6", features = ["tcp"], optional = true }

0 commit comments

Comments
 (0)