Skip to content

Commit 059b23e

Browse files
committed
Upgrade the async-tls dependency to 0.11.
1 parent 71ff91b commit 059b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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 }
52+
async-tls = { version = "0.11", optional = true }
5353
rustls_crate = { version = "0.19", optional = true, package = "rustls" }
5454

5555
# hyper_client

0 commit comments

Comments
 (0)