From 861d9538e5da2bb8f84bda517bc0d773786a854a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 21:24:34 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.106 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e78f41c..d78337b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1302,9 +1302,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index ea9f3c9..ed665cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ reqwest = {version = "0.11.20", 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.188", features = ["derive"]} -serde_json = "1.0.105" +serde_json = "1.0.106" tokio = {version = "1", features = ["full"]}