fix(deps): update rust crate serde_json to 1.0.115

This commit is contained in:
renovate[bot] 2024-03-26 07:32:30 +00:00
parent 0b6c7bcb74
commit 17c302ba87
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -17,5 +17,5 @@ reqwest = {version = "0.12.2", features = ["json", "rustls-tls", "gzip", "brotli
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
serde = {version = "1.0.197", features = ["derive"]}
serde_json = "1.0.114"
serde_json = "1.0.115"
tokio = {version = "1", features = ["full"]}