From 4cc9150ef1616ab6a19279ce215d6826571bef5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 05:59:22 +0000 Subject: [PATCH] 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.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/codifide-canonical/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/codifide-canonical/Cargo.toml b/crates/codifide-canonical/Cargo.toml index ee9d3f2..5b8d2a2 100644 --- a/crates/codifide-canonical/Cargo.toml +++ b/crates/codifide-canonical/Cargo.toml @@ -15,4 +15,4 @@ path = "src/bin/codifide_canonical.rs" [dependencies] serde_json = "1" -sha2 = "0.10" +sha2 = "0.11"