From 77824018621e67e222434a1a49005022fb251529 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:25:18 +0000 Subject: [PATCH] Update Rust crate `serde_json` to v1.0.134 (#5996) 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 7b3b02c5bed..16978555752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6630,9 +6630,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c4bf8e396d2..d6fa922f66f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ reqwest = { version = "=0.12.9", default-features = false, features = semver = { version = "=1.0.24", default-features = false } sentry-types = { version = "=0.35.0", default-features = false } serde = { version = "=1.0.216", default-features = false } -serde_json = { version = "=1.0.133" } +serde_json = { version = "=1.0.134" } text-size = { version = "=1.1.1", default-features = false } time = { version = "=0.3.37", default-features = false } tokio = { version = "=1.42.0", default-features = false }