From 4f23ea8bd7314e1dcf304ce3ae921afad17eee20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 02:44:32 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.108 to 1.0.109 in /rust Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.109) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/generate_message/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e153ab055b..552dc92a59 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3532,9 +3532,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.108" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" +checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" dependencies = [ "itoa", "ryu", diff --git a/rust/generate_message/Cargo.toml b/rust/generate_message/Cargo.toml index 33e9d5e738..2f9bd5198e 100644 --- a/rust/generate_message/Cargo.toml +++ b/rust/generate_message/Cargo.toml @@ -17,7 +17,7 @@ lazy_static = "1.4.0" parity-scale-codec = "3.6.9" qrcode_rtx = {path = "../qrcode_rtx"} regex = "1.10.2" -serde_json = "1.0.108" +serde_json = "1.0.109" sled = "0.34.6" sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]} sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false }