fix(deps): update rust crate serde_json to 1.0.109

This commit is contained in:
renovate[bot] 2024-01-01 14:27:38 +00:00
parent 55d55f90dc
commit a70229f6b2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1319,9 +1319,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.108"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
dependencies = [
"itoa",
"ryu",

View File

@ -17,5 +17,5 @@ reqwest = {version = "0.11.23", 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.193", features = ["derive"]}
serde_json = "1.0.108"
serde_json = "1.0.109"
tokio = {version = "1", features = ["full"]}