From c778904a86c4ca98c22de8ffc174c112b4602c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:16:52 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.127 to 1.0.128 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- node/Cargo.toml | 2 +- pallets/creditcoin/Cargo.toml | 2 +- pallets/offchain-task-scheduler/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f10c572ab..c78ade8ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7820,9 +7820,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/node/Cargo.toml b/node/Cargo.toml index 903240dbc..ee3d05781 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -61,7 +61,7 @@ task-scheduler-runtime-api = { workspace = true } thiserror = "1.0.63" try-runtime-cli = { workspace = true, optional = true } jsonrpsee = { workspace = true, features = ["server"] } -serde_json = "1.0.127" +serde_json = "1.0.128" frame-system = { workspace = true } pallet-transaction-payment = { workspace = true } sp-io = { workspace = true, optional = true } diff --git a/pallets/creditcoin/Cargo.toml b/pallets/creditcoin/Cargo.toml index 419791cb3..571f682a9 100644 --- a/pallets/creditcoin/Cargo.toml +++ b/pallets/creditcoin/Cargo.toml @@ -37,7 +37,7 @@ parity-scale-codec = { workspace = true } paste = "1.0.15" scale-info = { workspace = true } serde = { workspace = true } -serde_json = { version = "1.0.127", features = [ +serde_json = { version = "1.0.128", features = [ "alloc", ], default-features = false } sha2 = { version = "0.10.8", default-features = false } diff --git a/pallets/offchain-task-scheduler/Cargo.toml b/pallets/offchain-task-scheduler/Cargo.toml index e9d9aa9d0..e0b87a669 100644 --- a/pallets/offchain-task-scheduler/Cargo.toml +++ b/pallets/offchain-task-scheduler/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] serde = { workspace = true } -serde_json = { version = "1.0.127", features = [ +serde_json = { version = "1.0.128", features = [ "alloc", ], default-features = false } frame-support = { workspace = true }