From f185387707e425d12536799304412e7a19b5541c Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 03:41:15 +0000 Subject: [PATCH] Update Rust crate `serde_json` to v1.0.133 (#5662) Co-authored-by: hash-worker[bot] <180894564+hash-worker[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 aa5033f772c..b9736e8325e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6739,9 +6739,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 0766d30a5b0..ccec54310cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ reqwest = { version = "=0.12.9", default-features = false, features = semver = { version = "=1.0.23", default-features = false } sentry-types = { version = "=0.34.0", default-features = false } serde = { version = "=1.0.215", default-features = false } -serde_json = { version = "=1.0.132" } +serde_json = { version = "=1.0.133" } text-size = { version = "=1.1.1", default-features = false } time = { version = "=0.3.36", default-features = false } tokio = { version = "=1.41.1", default-features = false }