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

This commit is contained in:
Pierre HUBERT 2024-04-06 00:15:12 +00:00
parent 759a9b2dbf
commit 0c5a8d56c9

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.108"
serde_json = "1.0.115"
quick-xml = { version = "0.31.0", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.28"
anyhow = "1.0.81"