From 66a8beba2082c5c4b8983f7471e26b3a99752423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:14:47 +0000 Subject: [PATCH] Bump serde_json from 1.0.106 to 1.0.107 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.106 to 1.0.107. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.106...v1.0.107) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bin/millau/node/Cargo.toml | 2 +- bin/rialto/node/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1263e5702d673..527123724b752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12812,9 +12812,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.106" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" +checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/bin/millau/node/Cargo.toml b/bin/millau/node/Cargo.toml index 13565cc10e974..e6e7d4d57ccbb 100644 --- a/bin/millau/node/Cargo.toml +++ b/bin/millau/node/Cargo.toml @@ -12,7 +12,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" clap = { version = "4.3.23", features = ["derive"] } futures = "0.3.28" jsonrpsee = { version = "0.16.2", features = ["server"] } -serde_json = "1.0.106" +serde_json = "1.0.107" # Bridge dependencies diff --git a/bin/rialto/node/Cargo.toml b/bin/rialto/node/Cargo.toml index 627de19d67305..8b02d601cacd0 100644 --- a/bin/rialto/node/Cargo.toml +++ b/bin/rialto/node/Cargo.toml @@ -18,7 +18,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] clap = { version = "4.3.23", features = ["derive"] } -serde_json = "1.0.106" +serde_json = "1.0.107" # Bridge dependencies