From 2505c0f36a3ba04c6042dcbf6e776dd068a7da07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:24:38 +0000 Subject: [PATCH] build(deps): update aes-gcm requirement Updates the requirements on [aes-gcm](https://github.com/RustCrypto/AEADs) to permit the latest version. Updates `aes-gcm` to 0.11.0 - [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.0...aes-gcm-v0.11.0) --- updated-dependencies: - dependency-name: aes-gcm dependency-version: 0.11.0 dependency-type: direct:production dependency-group: rust-non-crypto ... 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 33cf366..499375e 100644 --- a/impl/rust/pqf-reader/Cargo.toml +++ b/impl/rust/pqf-reader/Cargo.toml @@ -36,7 +36,7 @@ ed25519-dalek = { version = "2.1", features = ["std"] } ml-dsa = "0.1.0" # AEAD + hashing + KDF -aes-gcm = "0.10" +aes-gcm = "0.11" sha2 = "0.11" sha3 = "0.12" # X-Wing combiner (SHA3-256) hkdf = "0.13"