From a97c1205a01bc7778f3aa5faf3a0d7c363fd612c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:56:20 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.10.9 to 0.11.0 in /src/tools/agent-ctl Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- src/libs/kata-types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a71304c39..1bbd730e43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -176,7 +176,7 @@ scopeguard = "1.0.0" serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.91" serial_test = "0.10.0" -sha2 = "0.10.9" +sha2 = "0.11.0" slog = "2.5.2" slog-scope = "4.4.0" slog-stdlog = "4.0.0" diff --git a/src/libs/kata-types/Cargo.toml b/src/libs/kata-types/Cargo.toml index 3f2c682558..4a564fcbfa 100644 --- a/src/libs/kata-types/Cargo.toml +++ b/src/libs/kata-types/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1.0" toml = "0.5.8" serde-enum-str = "0.5" sysinfo = "0.34.2" -sha2 = "0.10.8" +sha2 = "0.11.0" flate2 = "1.1" nix = "0.26.4" oci-spec = { version = "0.8.1", features = ["runtime"] }