fix(deps): update rust crate serde_json to 1.0.136 (#225)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-19 04:14:58 +00:00 committed by GitHub
parent 16be972547
commit 8bc9e1422e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2145,9 +2145,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.135"
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
checksum = "336a0c23cf42a38d9eaa7cd22c7040d04e1228a19a933890805ffd00a16437d2"
dependencies = [
"itoa",
"memchr",

View File

@ -16,5 +16,5 @@ reqwest = {version = "0.12.12", features = ["json", "rustls-tls", "gzip", "brotl
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.217", features = ["derive"]}
serde_json = "1.0.135"
serde_json = "1.0.136"
tokio = {version = "1.43.0", features = ["full"]}