Update Rust crate futures to 0.3.30
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-25 00:20:26 +00:00
committed by Pierre Hubert
parent 7038462084
commit 27a95189be
3 changed files with 20 additions and 20 deletions

View File

@ -26,7 +26,7 @@ num-derive = "0.4.1"
textwrap = "0.16.0"
tokio-tungstenite = { version = "0.20.1", features = ["__rustls-tls", "rustls-tls-native-roots"] }
serde_urlencoded = "0.7.1"
futures = "0.3.29"
futures = "0.3.30"
serde_json = "1.0.105"
hostname = "0.3.1"
rustls = "0.21.9"