From a9d17d217de1b5565bee245ad7190f10cc97d36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:19:37 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.135 to 1.0.137 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.135 to 1.0.137. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c700ef87a..c8ee3f1ae8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15151,9 +15151,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 3199872628..4a5867b4a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -329,7 +329,7 @@ proc-macro2 = { version = "1.0.89" } quote = { version = "1.0.38" } scale-info = { version = "2.11.6", default-features = false } serde = { version = "1.0.217", default-features = false } -serde_json = { version = "1.0.134", default-features = false } +serde_json = { version = "1.0.137", default-features = false } sha3 = { version = "0.10.6", default-features = false } similar-asserts = { version = "1.6.0" } smallvec = { version = "1.13.1" }