Skip to content

Commit

Permalink
build(deps): bump hpke from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [hpke](https://github.com/rozbb/rust-hpke) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/rozbb/rust-hpke/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rozbb/rust-hpke/commits)

---
updated-dependencies:
- dependency-name: hpke
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 67a2b2c commit c59144c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand_core = "0.6"
zeroize = { version = "1.7", default-features = false }

[dev-dependencies]
hpke = "0.11"
hpke = "0.12"
p256 = { version = "0.9", features = ["ecdsa"] }
pqcrypto = { version = "0.15", default-features = false, features = [
"pqcrypto-saber",
Expand Down

0 comments on commit c59144c

Please sign in to comment.