Update Rust crate serde_json to 1.0.116
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-18 00:12:16 +00:00
parent 4ce5f10b37
commit 6806ef3ae8
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ textwrap = "0.16.1"
tokio-tungstenite = { version = "0.21.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
serde_urlencoded = "0.7.1"
futures = "0.3.30"
serde_json = "1.0.115"
serde_json = "1.0.116"
hostname = "0.4.0"
rustls = "0.22.2"
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }