Skip to content

Commit 97a5121

Browse files
authored
Bump rustls to 0.21 (#50)
1 parent b9400e6 commit 97a5121

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
@@ -23,7 +23,7 @@ appveyor = { repository = "async-std/async-tls" }
2323
[dependencies]
2424
futures-io = "0.3.5"
2525
futures-core = "0.3.5"
26-
rustls = "0.20.6"
26+
rustls = "0.21"
2727
rustls-pemfile = "1.0"
2828
webpki = { version = "0.22.0", optional = true }
2929
webpki-roots = { version = "0.22.3", optional = true }

0 commit comments

Comments
 (0)