From 630eec1e0337b0d1e1a2f1f0467261f01a0b671c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:51:11 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.134 to 1.0.139 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.139. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.139) --- 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 f61e5eb86..b07263505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7820,9 +7820,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/node/Cargo.toml b/node/Cargo.toml index ea5a33d4a..4684960bd 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -61,7 +61,7 @@ task-scheduler-runtime-api = { workspace = true } thiserror = "2.0.9" try-runtime-cli = { workspace = true, optional = true } jsonrpsee = { workspace = true, features = ["server"] } -serde_json = "1.0.134" +serde_json = "1.0.139" 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 4cc195e6e..9066cd1f0 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.134", features = [ +serde_json = { version = "1.0.139", 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 5deeef2cc..c660a9568 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.134", features = [ +serde_json = { version = "1.0.139", features = [ "alloc", ], default-features = false } frame-support = { workspace = true }