Skip to content

Commit ad3d93e

Browse files
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](RustCrypto/signatures@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] <support@github.com>
1 parent 373c90f commit ad3d93e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impl/rust/pqf-reader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ml-kem = "0.2"
2121

2222
# Hybrid signatures
2323
ed25519-dalek = { version = "2.1", features = ["std"] }
24-
ml-dsa = "0.0.4"
24+
ml-dsa = "0.1.0"
2525

2626
# AEAD + hashing + KDF
2727
aes-gcm = "0.10"

0 commit comments

Comments
 (0)