Skip to content

Commit

Permalink
deps: update to rustls 0.21.0.
Browse files Browse the repository at this point in the history
This commit updates tokio-rustls to use the freshly released Rustls
0.21.0 release tag.
  • Loading branch information
cpu committed Mar 29, 2023
1 parent d321c3e commit 4147274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.56"

[dependencies]
tokio = "1.0"
rustls = { version = "0.20.7", default-features = false }
rustls = { version = "0.21.0", default-features = false }
webpki = "0.22"

[features]
Expand Down

0 comments on commit 4147274

Please sign in to comment.