From 30bd33928ba3a1838beafe875fec03a5e419c887 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 02:04:36 +0000 Subject: [PATCH] Update Rust crate `serde_json` to v1.0.135 (#6076) 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 ac54731555c..84882f4df74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6661,9 +6661,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 0e7b6471c53..78e7a265896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ reqwest = { version = "=0.12.12", 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.217", default-features = false } -serde_json = { version = "=1.0.134" } +serde_json = { version = "=1.0.135" } 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 }