From b880dbc36f898ab3a2db9ae6482c7ccba599e6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:27:19 +0000 Subject: [PATCH] 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 ++-- crates/build/Cargo.toml | 2 +- crates/cargo-contract/Cargo.toml | 2 +- crates/extrinsics/Cargo.toml | 2 +- crates/metadata/Cargo.toml | 2 +- crates/transcode/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6806dcb21..e108b9edb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4571,9 +4571,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/crates/build/Cargo.toml b/crates/build/Cargo.toml index 1a0cdb8c4..1d8209706 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -31,7 +31,7 @@ tracing = "0.1.40" parity-wasm = { version = "0.45.0"} semver = { version = "1.0.22", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } -serde_json = "1.0.113" +serde_json = "1.0.114" tempfile = "3.10.0" term_size = "0.3.2" url = { version = "2.5.0", features = ["serde"] } diff --git a/crates/cargo-contract/Cargo.toml b/crates/cargo-contract/Cargo.toml index d53e71ec0..27a51048a 100644 --- a/crates/cargo-contract/Cargo.toml +++ b/crates/cargo-contract/Cargo.toml @@ -31,7 +31,7 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } which = "6.0.0" colored = "2.1.0" -serde_json = "1.0.113" +serde_json = "1.0.114" serde = { version = "1.0.196", default-features = false, features = ["derive"] } url = { version = "2.5.0", features = ["serde"] } semver = "1.0" diff --git a/crates/extrinsics/Cargo.toml b/crates/extrinsics/Cargo.toml index 2060596e7..1acd15434 100644 --- a/crates/extrinsics/Cargo.toml +++ b/crates/extrinsics/Cargo.toml @@ -28,7 +28,7 @@ tracing = "0.1.40" scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } colored = "2.1.0" serde = { version = "1.0.196", default-features = false, features = ["derive"] } -serde_json = "1.0.113" +serde_json = "1.0.114" url = { version = "2.5.0", features = ["serde"] } rust_decimal = "1.34" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/metadata/Cargo.toml b/crates/metadata/Cargo.toml index 193dc9c2e..c1585a140 100644 --- a/crates/metadata/Cargo.toml +++ b/crates/metadata/Cargo.toml @@ -17,7 +17,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE", "compatibility_list.json"] impl-serde = "0.4.0" semver = { version = "1.0.22", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } -serde_json = "1.0.113" +serde_json = "1.0.114" url = { version = "2.5.0", features = ["serde"] } anyhow = "1.0.80" diff --git a/crates/transcode/Cargo.toml b/crates/transcode/Cargo.toml index f9637c2a2..c55bf5786 100644 --- a/crates/transcode/Cargo.toml +++ b/crates/transcode/Cargo.toml @@ -34,7 +34,7 @@ primitive-types = { version = "0.12.2", default-features = false, features = ["c scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.196", default-features = false, features = ["derive"] } -serde_json = "1.0.113" +serde_json = "1.0.114" thiserror = "1.0.57" strsim = "0.11.0"