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

This commit is contained in:
2023-10-27 00:31:21 +00:00
committed by Pierre Hubert
parent cfedebd2f6
commit 7cda8c9dc1
2 changed files with 3 additions and 3 deletions

View File

@ -30,5 +30,5 @@ futures = "0.3.29"
serde_json = "1.0.105"
hostname = "0.3.1"
rustls = "0.21.8"
hyper-rustls = { version = "0.24.1", features = ["rustls-native-certs"] }
hyper-rustls = { version = "0.24.2", features = ["rustls-native-certs"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }