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

This commit is contained in:
2023-07-07 00:15:56 +00:00
parent 46be9732de
commit 0cfd2fc3f2
2 changed files with 4 additions and 3 deletions

View File

@ -30,5 +30,5 @@ futures = "0.3.23"
serde_json = "1.0.99"
hostname = "0.3.1"
rustls = "0.21.2"
hyper-rustls = { version = "0.24.0", features = ["rustls-native-certs"] }
hyper-rustls = { version = "0.24.1", features = ["rustls-native-certs"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }