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

This commit is contained in:
2024-01-04 00:30:29 +00:00
parent 7b4812789c
commit 4f182bcf52
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ 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.30"
serde_json = "1.0.105"
serde_json = "1.0.110"
hostname = "0.3.1"
rustls = "0.21.9"
hyper-rustls = { version = "0.24.2", features = ["rustls-native-certs"] }