Update Rust crate serde_json to 1.0.116 #24

Merged
pierre merged 1 commits from renovate/serde_json-1.x into master 2024-04-17 05:56:31 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 74924cff88 - Show all commits

View File

@ -2535,9 +2535,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.115" version = "1.0.116"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

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