Update RustTLS to version 0.20.7 (#47)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #47
This commit is contained in:
2023-05-19 11:10:59 +00:00
parent b3cc6f01a2
commit 4bd92e7ee2
2 changed files with 150 additions and 105 deletions

View File

@ -24,7 +24,7 @@ urlencoding = "2.1.2"
hyper-rustls = { version = "0.23.2", features = ["rustls-native-certs"] }
bytes = "1.4.0"
rustls-pemfile = "1.0.2"
rustls = "0.20.7"
rustls = { version = "0.20.7", features = ["dangerous_configuration"] }
[dev-dependencies]
rand = "0.8.5"