From e3af1ec2d6d343bab37eda6ef160386159a56102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:12:53 +0000 Subject: [PATCH] build(deps): update ml-dsa requirement in /impl/rust/pqf-reader Updates the requirements on [ml-dsa](https://github.com/RustCrypto/signatures) to permit the latest version. - [Commits](https://github.com/RustCrypto/signatures/compare/ml-dsa/v0.0.4...ml-dsa/v0.1.0) --- updated-dependencies: - dependency-name: ml-dsa dependency-version: 0.1.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..1a370e0 100644 --- a/impl/rust/pqf-reader/Cargo.toml +++ b/impl/rust/pqf-reader/Cargo.toml @@ -21,7 +21,7 @@ ml-kem = "0.2" # Hybrid signatures ed25519-dalek = { version = "2.1", features = ["std"] } -ml-dsa = "0.0.4" +ml-dsa = "0.1.0" # AEAD + hashing + KDF aes-gcm = "0.10"