fix(deps): update rust crate serde_json to 1.0.102

This commit is contained in:
renovate[bot] 2023-07-12 01:08:37 +00:00
parent a84c40bd6a
commit 777d32aefa
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1302,9 +1302,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.100"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
dependencies = [
"itoa",
"ryu",

View File

@ -16,5 +16,5 @@ reqwest = {version = "0.11.18", 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.171", features = ["derive"]}
serde_json = "1.0.100"
serde_json = "1.0.102"
tokio = {version = "1", features = ["full"]}