From c313cfd20274753adccdb2320e104a3770419dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 19:49:20 +0100 Subject: [PATCH] build(deps): bump serde_json from 1.0.95 to 1.0.96 (#110) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.96. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.95...v1.0.96) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zilliqa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6e5d78df..eaeaf5fee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3803,9 +3803,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" dependencies = [ "itoa", "ryu", diff --git a/zilliqa/Cargo.toml b/zilliqa/Cargo.toml index 6cd49876a..a0606e257 100644 --- a/zilliqa/Cargo.toml +++ b/zilliqa/Cargo.toml @@ -34,7 +34,7 @@ rand = "0.8.5" rand_core = "0.6.4" rlp = "0.5.2" serde = { version = "1.0.159", features = ["derive"] } -serde_json = "1.0.95" +serde_json = "1.0.96" sha2 = "0.10.6" sha3 = "0.10.6" tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread", "sync"] }