Skip to content

Commit 71ff91b

Browse files
committed
Upgrade the rustls dependency to 0.19.
1 parent 3c0ed9a commit 71ff91b

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
@@ -50,7 +50,7 @@ futures = { version = "0.3.8", optional = true }
5050

5151
# h1_client_rustls
5252
async-tls = { version = "0.10.0", optional = true }
53-
rustls_crate = { version = "0.18", optional = true, package = "rustls" }
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)