Skip to content

Commit

Permalink
Update hpke requirement from 0.11.0 to 0.12.0 (#60)
Browse files Browse the repository at this point in the history
Updates the requirements on [hpke](https://github.com/rozbb/rust-hpke) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 2c4b2fa commit c5954a6
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 @@ -32,7 +32,7 @@ kem-x25519-hkdf-sha256 = ["hpke/x25519"]
rand = "0.8.5"
num_enum = "0.7.0"
cfg-if = "1.0.0"
hpke = { version = "0.11.0", default-features = false, features = ["std"] }
hpke = { version = "0.12.0", default-features = false, features = ["std"] }
zeroize = "1.6"

[dependencies.serde_crate]
Expand Down

0 comments on commit c5954a6

Please sign in to comment.