Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 102d328 commit ccb862f
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 61 deletions.
149 changes: 89 additions & 60 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 @@ generic-array = "0.14"
zeroize = { version = "1.6", default-features = false }

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

0 comments on commit ccb862f

Please sign in to comment.