fix(deps): update rust crate serde_json to 1.0.105

This commit is contained in:
renovate[bot] 2023-08-15 22:51:31 +00:00
parent 705b9265fc
commit fc5189d0e5
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.104"
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
dependencies = [
"itoa",
"ryu",

View File

@ -17,5 +17,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.183", features = ["derive"]}
serde_json = "1.0.104"
serde_json = "1.0.105"
tokio = {version = "1", features = ["full"]}