From db640d0d0c721904b70c62db01d7fea128b00e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:04:11 +0000 Subject: [PATCH] build(deps): update ml-kem requirement in /impl/rust/pqf-reader Updates the requirements on [ml-kem](https://github.com/RustCrypto/KEMs) to permit the latest version. - [Commits](https://github.com/RustCrypto/KEMs/compare/ml-kem/v0.2.0...ml-kem/v0.3.2) --- updated-dependencies: - dependency-name: ml-kem dependency-version: 0.3.2 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 2017d77..550ba7a 100644 --- a/impl/rust/pqf-reader/Cargo.toml +++ b/impl/rust/pqf-reader/Cargo.toml @@ -22,7 +22,7 @@ x25519-dalek = { version = "2.0", features = ["static_secrets"] } # `Ciphertext::try_from` changed shape. Bumping requires a code-side # rewrite of reader.rs and writer/lib.rs that's tracked as a follow-up; # the dep stack itself is otherwise compatible. -ml-kem = "0.2" +ml-kem = "0.3" # Hybrid signatures ed25519-dalek = { version = "2.1", features = ["std"] }