Update RustTLS to version 0.20.7 (#47)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #47
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user