Skip to content

Commit

Permalink
Bump rustls to 0.21 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlemesle committed Jun 27, 2023
1 parent b9400e6 commit 97a5121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -23,7 +23,7 @@ appveyor = { repository = "async-std/async-tls" }
[dependencies]
futures-io = "0.3.5"
futures-core = "0.3.5"
rustls = "0.20.6"
rustls = "0.21"
rustls-pemfile = "1.0"
webpki = { version = "0.22.0", optional = true }
webpki-roots = { version = "0.22.3", optional = true }
Expand Down

0 comments on commit 97a5121

Please sign in to comment.