From e78a2186b853a21a85978a9c5a1ae232e3023f72 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 01:38:07 +0000 Subject: [PATCH] Update Rust crate `serde_json` to v1.0.140 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c06c6257efe..c6f104f0baf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7191,9 +7191,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.139" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "indexmap 2.7.1", "itoa", diff --git a/Cargo.toml b/Cargo.toml index afb97d3b7dd..ae9943b01f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -199,7 +199,7 @@ sentry = { version = "=0.36.0", default-features = false, feat sentry-types = { version = "=0.36.0", default-features = false } seq-macro = { version = "=0.3.5", default-features = false } serde = { version = "=1.0.218", default-features = false } -serde_json = { version = "=1.0.139" } +serde_json = { version = "=1.0.140" } serde_plain = { version = "=1.0.2", default-features = false } serde_with = { version = "=3.12.0", default-features = false } sha2 = { version = "=0.10.8", default-features = false }