From 7a96e1be5bd140a1c21d0dbf11e6b447db4b2d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:25:40 +0000 Subject: [PATCH] Bump serde_json from 1.0.111 to 1.0.113 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.113. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.113) --- 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 3f1cbacc5..48276fa91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4544,9 +4544,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa", "ryu", diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 18313ec5d..80b3a7136 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.21", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.113" tempfile = "3.9.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 04ce37d6e..a5687f195 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.111" +serde_json = "1.0.113" serde = { version = "1.0.195", 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 f6bad5c4a..466e9f26e 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.195", default-features = false, features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.113" url = { version = "2.5.0", features = ["serde"] } rust_decimal = "1.33" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/metadata/Cargo.toml b/crates/metadata/Cargo.toml index 089fe744a..a1da28d3c 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.21", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.113" url = { version = "2.5.0", features = ["serde"] } anyhow = "1.0.79" diff --git a/crates/transcode/Cargo.toml b/crates/transcode/Cargo.toml index a36c504b5..389e3329f 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.195", default-features = false, features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.113" thiserror = "1.0.56" strsim = "0.11.0"