Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hpke requirement from 0.11.0 to 0.12.0 #60

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Updates the requirements on hpke to permit the latest version.

Changelog

Sourced from hpke's changelog.

[0.12.0] - 2024-07-03

Additions

  • Added Serializable::write_exact so serialization requires less stack space
  • Added support for the P-521 curve

Changes

  • Constrained Aead::AeadImpl to be Send + Sync
  • Bumped subtle dependency and removed byteorder dependency

Removals

  • Removed all impls of serde::{Serialize, Deserailize} from crate. See wiki for migration instructions.

[0.11.0] - 2023-10-11

Removals

  • Removed the redundant re-export of the first encapsulated key type as kem::EncappedKey

Changes

  • Updated x25519-dalek to 2.0
  • Updated subtle to 2.5

[0.10.0] - 2022-10-01

Additions

  • Added alloc feature and feature-gated the open() and seal() methods behind it

Changes

  • Bumped MSRV from 1.56.1 (59eed8a2a 2021-11-01) to 1.57.0 (f1edd0429 2021-11-29)
  • Updated dependencies and weakened zeroize dependency from >=1.3 to just ^1
  • Improved documentation for the AEAD export() method and the KDF labeled_expand() method

[0.9.0] - 2022-05-04

Additions

  • Refactored some internals so end users can theoretically define their own KEMs. See PR #27.

Changes

  • Bumped MSRV from 1.51.0 (2fd73fabe 2021-03-23) to 1.56.1 (59eed8a2a 2021-11-01)
  • Updated dependencies
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 8, 2024
@dependabot dependabot bot requested a review from a team as a code owner July 8, 2024 03:44
Copy link
Contributor

@divviup-github-automation divviup-github-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependabot PR.

@divviup-github-automation divviup-github-automation merged commit c5954a6 into main Jul 8, 2024
10 checks passed
@divviup-github-automation divviup-github-automation deleted the dependabot/cargo/hpke-0.12.0 branch July 8, 2024 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant