Update Rust crate rustls to 0.20.7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-11-04 00:40:08 +00:00
parent aa7bea05f5
commit 68f6d85ffe
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ urlencoding = "2.1.2"
hyper-rustls = { version = "0.23.0", features = ["rustls-native-certs"] }
bytes = "1.2.1"
rustls-pemfile = "1.0.1"
rustls = "0.20.6"
rustls = "0.20.7"
[dev-dependencies]
rand = "0.8.5"