From 9eec6fb67aa3d8ac83f82eecae0c6c713b8d1d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:20:59 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.118 to 1.0.119 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.118 to 1.0.119. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.118...v1.0.119) --- 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 cf593620c76..414b495a0cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5132,9 +5132,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.118" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index d952edf9162..40913c6e67d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ dashmap = "5.5.3" rustc-hash = "1.1.0" serde = { version = "1.0.203", default-features = false } -serde_json = { version = "1.0.118", default-features = false } +serde_json = { version = "1.0.119", default-features = false } serde_yaml = "0.9.34" serde_with = { version = "3.8.1", default-features = false } parity-scale-codec = { version = "3.6.12", default-features = false }