From 972b443282200fdc07e2c0edb72c61bcca4a9a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 05:42:26 +0000 Subject: [PATCH] Update sha2 requirement from 0.10.9 to 0.11.0 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.11.0-pre.0...sha2-v0.10.9) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a577ab9..0dcd763 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ chacha20poly1305 = { version = "0.10.1", default-features = false, optional = tr # hash hkdf = { version = "0.12.4", default-features = false } -sha2 = { version = "0.10.9", default-features = false } +sha2 = { version = "0.11.0", default-features = false } # random number generator getrandom = { version = "0.2.16", default-features = false }