Skip to content

Commit

Permalink
Update pqcrypto-kyber requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [pqcrypto-kyber](https://github.com/rustpq/pqcrypto) to permit the latest version.
- [Release notes](https://github.com/rustpq/pqcrypto/releases)
- [Changelog](https://github.com/rustpq/pqcrypto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustpq/pqcrypto/commits)

---
updated-dependencies:
- dependency-name: pqcrypto-kyber
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mcginty committed Nov 11, 2023
1 parent 64a349c commit afcd34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ blake2 = { version = "0.10", optional = true }
sha2 = { version = "0.10", optional = true }
curve25519-dalek = { version = "4", optional = true }

pqcrypto-kyber = { version = "0.7", optional = true }
pqcrypto-kyber = { version = "0.8", optional = true }
pqcrypto-traits = { version = "0.3", optional = true }

# ring crypto provider
Expand Down

0 comments on commit afcd34e

Please sign in to comment.