From 7a687ca110950c6e979327adef0d9d41ef3fd6ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:45:06 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.135 (#222) 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 03d8a39..49c8357 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2145,9 +2145,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 4c77424..064bd3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ reqwest = {version = "0.12.12", 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.217", features = ["derive"]} -serde_json = "1.0.134" +serde_json = "1.0.135" tokio = {version = "1.42.0", features = ["full"]}