fix(deps): update rust crate serde_json to 1.0.99

This commit is contained in:
renovate[bot] 2023-06-24 06:56:16 +00:00
parent c2a66cffeb
commit 33f1be2c65
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1299,9 +1299,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.97" version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "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 = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]} rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
serde = {version = "1.0.164", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.97" serde_json = "1.0.99"
tokio = {version = "1", features = ["full"]} tokio = {version = "1", features = ["full"]}