From f4be2c06cb08199f2221cad686ba273397c14bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:52:26 +0000 Subject: [PATCH] build(deps): bump serde_json in /src/enclave-agent Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/enclave-agent/Cargo.lock | 4 ++-- src/enclave-agent/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/enclave-agent/Cargo.lock b/src/enclave-agent/Cargo.lock index 7b55616c..4a9bf977 100644 --- a/src/enclave-agent/Cargo.lock +++ b/src/enclave-agent/Cargo.lock @@ -4162,9 +4162,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/src/enclave-agent/Cargo.toml b/src/enclave-agent/Cargo.toml index a1d39629..9d5d3fd6 100644 --- a/src/enclave-agent/Cargo.toml +++ b/src/enclave-agent/Cargo.toml @@ -18,7 +18,7 @@ kata-sys-util = { git = "https://github.com/kata-containers/kata-containers", ta log = "0.4.22" protocols = { path = "../libs/protocols" } serde = "1.0.215" -serde_json = "1.0.132" +serde_json = "1.0.133" # Async runtime tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "signal"] }