From d8d29de5e8ed97963db710208b26103e649d5e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:12:09 +0000 Subject: [PATCH] chore(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 | 4 ++-- crates/clx-core/Cargo.toml | 2 +- crates/clx-hook/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8ac1ac..acfbc65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,7 +934,7 @@ dependencies = [ "serde_json", "serde_yaml_ng", "serial_test", - "sha2 0.10.9", + "sha2 0.11.0", "shlex 1.3.0", "sqlite-vec", "tempfile", @@ -963,7 +963,7 @@ dependencies = [ "serde", "serde_json", "serial_test", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", "thiserror 1.0.69", "tokio", diff --git a/crates/clx-core/Cargo.toml b/crates/clx-core/Cargo.toml index e21eba1..7b72829 100644 --- a/crates/clx-core/Cargo.toml +++ b/crates/clx-core/Cargo.toml @@ -37,7 +37,7 @@ toml = { workspace = true } # Per-project config trust (file-hash allowlist, ยง3.11). sha2/hex are already # in the transitive graph; pin direct versions so we own the API surface. -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" # Inter-process advisory file lock for the credential store read-modify-write diff --git a/crates/clx-hook/Cargo.toml b/crates/clx-hook/Cargo.toml index 3db6e29..aebc972 100644 --- a/crates/clx-hook/Cargo.toml +++ b/crates/clx-hook/Cargo.toml @@ -25,7 +25,7 @@ chrono.workspace = true regex.workspace = true rusqlite.workspace = true toml.workspace = true -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" [lints]