From 954e685891c320e6536715ae71302b327b70982c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:12:36 +0000 Subject: [PATCH] chore(deps): update sha2 requirement in /patch in the patch-deps group (#330) Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. Updates `sha2` to 0.11.0 - [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.11.0-pre.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production dependency-group: patch-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Seidel --- patch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/Cargo.toml b/patch/Cargo.toml index 546e78d..fb54d7f 100644 --- a/patch/Cargo.toml +++ b/patch/Cargo.toml @@ -21,6 +21,6 @@ comde = { version = "0.3.0", default-features = false, features = [ # For computing hashes of patch files for validation. # Only used by the string_patch tool for now. -sha2 = "0.10.6" +sha2 = "0.11.0" # For encoding hashes for Patch network responses. hex = "0.4.3"