Update Rust crate serde_json to 1.0.116
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-04-17 00:13:54 +00:00
parent afc1b5cca6
commit 74924cff88
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ actix-files = "0.6.5"
actix-web-actors = "4.3.0"
actix-http = "3.6.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
quick-xml = { version = "0.31.0", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.30"
anyhow = "1.0.81"