Removed useless dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-17 19:12:00 +01:00
parent a2e1407578
commit 4050ae533a
2 changed files with 2 additions and 18 deletions

View File

@ -30,6 +30,5 @@ futures = "0.3.30"
serde_json = "1.0.110"
hostname = "0.3.1"
rustls = "0.22.0"
hyper-rustls = { version = "0.24.2", features = ["rustls-native-certs"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
rustls-native-certs = {version = "0.7.0"}