From 271a1d22b4ee0b2990d96463c483adb028074d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:12:43 +0000 Subject: [PATCH] build(deps): update sha2 requirement in /impl/rust/pqf-reader 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] --- impl/rust/pqf-reader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/rust/pqf-reader/Cargo.toml b/impl/rust/pqf-reader/Cargo.toml index 5b6ac1a..0e90517 100644 --- a/impl/rust/pqf-reader/Cargo.toml +++ b/impl/rust/pqf-reader/Cargo.toml @@ -25,7 +25,7 @@ ml-dsa = "0.0.4" # AEAD + hashing + KDF aes-gcm = "0.10" -sha2 = "0.10" +sha2 = "0.11" hkdf = "0.12" # Encoding utilities