From 9e95fbd855b8cac9e048fe3d233423e6d91dcab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:10:01 +0000 Subject: [PATCH] build(deps): Bump sha2 from 0.10.9 to 0.11.0 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.lock | 2 +- crates/cairn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f62adf..0f40381 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,7 +1252,7 @@ dependencies = [ "rustix", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "shlex", "tempfile", "thiserror 2.0.18", diff --git a/crates/cairn/Cargo.toml b/crates/cairn/Cargo.toml index 8eaf986..1e1af8c 100644 --- a/crates/cairn/Cargo.toml +++ b/crates/cairn/Cargo.toml @@ -117,7 +117,7 @@ tempfile = "3" # check), so no interop constraint drove the choice — `sha2` is already resolved in the workspace # dependency tree (pulled transitively by `wasmtime`/`cranelift` for `cairn-plugin`), so naming it # directly here adds no new crate, just a new consumer of one already being built. -sha2 = "0.10" +sha2 = "0.11" # Safe process-group kill for shell-action timeouts (no `unsafe`). Already in the dependency tree. [target.'cfg(unix)'.dependencies]