From 2da400f02df8c9e42e4841240ee512d54f98f2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:33:47 +0000 Subject: [PATCH] build(deps): update sha2 requirement from 0.10 to 0.11 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.10.9) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/shim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index f63cf2d2..307c02f0 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -31,7 +31,7 @@ path = "examples/windows_log_reader.rs" which = { version = "8.0.0", default-features = false, features = ["real-sys"] } containerd-shim-protos = { path = "../shim-protos", version = "0.11.0" } go-flag = "0.1.0" -sha2 = { version = "0.10", default-features = false, features = ["std"] } +sha2 = { version = "0.11", default-features = false, features = ["std"] } libc.workspace = true log = { workspace = true, features = ["std", "kv_unstable"] } nix = { workspace = true, features = [