From 61d2786ed3a5869c1e8c5766ee2d552d9f0e794b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 13:23:57 +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 | 2 +- crates/pidgin-coding/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9e6ab48..8e439cc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2567,7 +2567,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.9", + "sha2 0.11.0", "similar", "tempfile", "tokio", diff --git a/crates/pidgin-coding/Cargo.toml b/crates/pidgin-coding/Cargo.toml index 71d152d2..d6a5c4f7 100644 --- a/crates/pidgin-coding/Cargo.toml +++ b/crates/pidgin-coding/Cargo.toml @@ -42,7 +42,7 @@ semver = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" -sha2 = "0.10" +sha2 = "0.11" similar = "3" tempfile = "3" tokio = { version = "1", features = [