From ac78073afc61aef1f41f2536fafb07a2b242b274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:41:11 +0000 Subject: [PATCH] Bump serde_json from 1.0.67 to 1.0.68 (#1310) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.67...v1.0.68) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- bin/wasm-node/rust/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9f20837ac..f62224a561 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2233,9 +2233,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.67" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950" +checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 6dda184542..bbc42e99c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ rand_chacha = { version = "0.3.1", default-features = false } ruzstd = { version = "0.2.4" } # TODO: doesn't support no_std :-/ schnorrkel = { version = "0.10.1", default-features = false, features = ["preaudit_deprecated", "u64_backend"] } serde = { version = "1.0.130", default-features = false, features = ["alloc", "derive"] } -serde_json = { version = "1.0.67", default-features = false, features = ["alloc", "raw_value"] } +serde_json = { version = "1.0.68", default-features = false, features = ["alloc", "raw_value"] } sha2 = { version = "0.9.8", default-features = false } slab = { version = "0.4.4", default-features = false } smallvec = "1.6.1" diff --git a/bin/wasm-node/rust/Cargo.toml b/bin/wasm-node/rust/Cargo.toml index 1c9e3b1cba..e9133c390f 100644 --- a/bin/wasm-node/rust/Cargo.toml +++ b/bin/wasm-node/rust/Cargo.toml @@ -22,6 +22,6 @@ log = { version = "0.4.14", features = ["std"] } lru = "0.6.6" pin-project = "1.0.8" rand = "0.8.4" -serde_json = "1.0.67" +serde_json = "1.0.68" slab = { version = "0.4.4", default-features = false } smoldot = { version = "0.1.0", path = "../../..", default-features = false }