From 76cb80af8cf7a0226f04664f8edd59c6ba0cce15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 04:37:53 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.133 (#204) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18fee46..ddbf8cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2172,9 +2172,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index f487f25..87bd813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ reqwest = {version = "0.12.9", features = ["json", "rustls-tls", "gzip", "brotli 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.215", features = ["derive"]} -serde_json = "1.0.132" +serde_json = "1.0.133" tokio = {version = "1.41.1", features = ["full"]}