From 763eb32fe1abd18c564b7178166b958bd163c142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:44:57 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.113 to 1.0.114 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114) --- 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 7b03c90599..2095bf5a3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7816,9 +7816,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/node/Cargo.toml b/node/Cargo.toml index b355847c98..b0a6657bdb 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -61,7 +61,7 @@ task-scheduler-runtime-api = { workspace = true } thiserror = "1.0.57" try-runtime-cli = { workspace = true, optional = true } jsonrpsee = { workspace = true, features = ["server"] } -serde_json = "1.0.113" +serde_json = "1.0.114" 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 20e4350509..0312afe3f1 100644 --- a/pallets/creditcoin/Cargo.toml +++ b/pallets/creditcoin/Cargo.toml @@ -37,7 +37,7 @@ parity-scale-codec = { workspace = true } paste = "1.0.14" scale-info = { workspace = true } serde = { workspace = true } -serde_json = { version = "1.0.113", features = [ +serde_json = { version = "1.0.114", 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 cd15b74728..b29271c4ea 100644 --- a/pallets/offchain-task-scheduler/Cargo.toml +++ b/pallets/offchain-task-scheduler/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] serde = { version = "1.0.197", features = ["derive"], default-features = false } -serde_json = { version = "1.0.113", features = [ +serde_json = { version = "1.0.114", features = [ "alloc", ], default-features = false } frame-support = { workspace = true }