From 439e6d19b1fd7bd6a3b51895c6c2ddb2d6d6d5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:08:30 +0000 Subject: [PATCH] Bump serde_json from 1.0.87 to 1.0.93 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.93. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.87...v1.0.93) --- 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/common/Cargo.toml | 2 +- crates/network/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2536a9cf..1d5769bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1497,9 +1497,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.87" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" +checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" dependencies = [ "itoa", "ryu", diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 01c33a6f..0efc1038 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -21,7 +21,7 @@ derive_builder = "0.11.2" log = { version = "0.4.17", features = ["serde", "std"] } oci-spec = { version = "0.5.8", features = ["runtime"] } serde = { version = "1.0.147", features = ["derive"] } -serde_json = "1.0.87" +serde_json = "1.0.93" strum = { version = "0.24.1", features = ["derive"] } tokio = { version = "1.21.2", features = ["full"] } tonic = "0.8.2" diff --git a/crates/network/Cargo.toml b/crates/network/Cargo.toml index 2f741a3d..ac39bde0 100644 --- a/crates/network/Cargo.toml +++ b/crates/network/Cargo.toml @@ -31,7 +31,7 @@ notify = { version = "5.0.0", features = ["serde"] } netlink-packet-route = "0.13.0" rtnetlink = "0.11.0" serde = { version = "1.0.147", features = ["derive"] } -serde_json = "1.0.87" +serde_json = "1.0.93" strum = { version = "0.24.1", features = ["derive"] } storage = { path = "../storage" } sandbox = { path = "../sandbox" }