Merge pull request 'Update Rust crate serde_json to 1.0.96' (#27) from renovate/serde_json-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #27
This commit is contained in:
2023-04-24 09:25:32 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ textwrap = "0.16.0"
tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
serde_urlencoded = "0.7.1"
futures = "0.3.23"
serde_json = "1.0.95"
serde_json = "1.0.96"
hostname = "0.3.1"
rustls = "0.20.6"
hyper-rustls = { version = "0.23.0", features = ["rustls-native-certs"] }