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

chore(cargo): bump pgp from 0.11.0 to 0.13.1 #5741

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pgp from 0.11.0 to 0.13.1.

Release notes

Sourced from pgp's releases.

v0.12.0-alpha.2

⛰️ Features

🐛 Bug Fixes

  • (packet-parser) Increase buffer size for unknown size - (1013c13)

🚜 Refactor

  • Improve internal crypto abstractions to allow for more flexibility - (a3dd485)
  • Break out ecdh unwrap - (bde459c)
  • Move benches to criterion and expand benchmarks - (8e87774)

🧪 Testing

  • Approximate decryption and signing operations with an OpenPGP card - (42cfa11)

⚙️ Miscellaneous Tasks

  • Fix feature = "cargo-clippy" deprecation - (a75db54)
  • Set debug in Cargo.toml to the normalized value - (29adca7)

Bench

Changelog

Sourced from pgp's changelog.

0.13.1 - 2024-06-30

🐛 Bug Fixes

  • Remove stray eprintln - (683c529)

📚 Documentation

  • (readme) Fix the example - (cd7a253)
  • (readme) Some more example adjustments - (99daf15)

0.13.0 - 2024-06-17

📚 Documentation

  • Provide more FAQ items and improve comparisons - (374026f)

⚙️ Miscellaneous Tasks

0.12.0-alpha.3 - 2024-05-31

⛰️ Features

  • (ecdh) [breaking] Implement support for nist p curves - (1b6d5dd)
  • Update deps - (f0477f4)
  • Enable SEIPDv2 decryption via the public API (#345) - (deb8a92)
  • Add APIs to create and verify third-party certifications (#349) - (ab39417)
  • Use sha1_checked for Sha1 hashing, except MDC - (7c5e6ae)

🚜 Refactor

  • Improve & simplify packet parsing logic - (3b71f41)

📚 Documentation

  • (readme) Fixup copyright - (9773052)
  • Nist p521 support for ECDH was merged in #304 (#335) - (8e67756)
  • Fix typo "secret" -> "public" - (f68aa3d)
  • Update and expand status and readme - (9b27d81)
  • Small refinements/typo-fixes (#342) - (34d1c79)
  • Add link to interop test suite - (cc46fa5)

🧪 Testing

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 36023a4 chore(pgp): release 0.13.1
  • 683c529 fix: remove stray eprintln
  • 99daf15 docs(readme): some more example adjustments
  • cd7a253 docs(readme): fix the example
  • 66fbbb3 chore(pgp): release 0.13.0
  • 374026f docs: provide more FAQ items and improve comparisons
  • 82d49b3 chore(pgp): release 0.12.0-alpha.3
  • b20d841 Merge pull request #351 from hko-s/ecdh
  • 06e840c chore: pacify codespell
  • 1b6d5dd feat(ecdh)!: implement support for nist p curves
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
Bumps [pgp](https://github.com/rpgp/rpgp) from 0.11.0 to 0.13.1.
- [Release notes](https://github.com/rpgp/rpgp/releases)
- [Changelog](https://github.com/rpgp/rpgp/blob/main/CHANGELOG.md)
- [Commits](rpgp/rpgp@v0.11.0...v0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/pgp-0.13.1 branch from 0f8a87f to aab8762 Compare July 2, 2024 21:53
@link2xt
Copy link
Collaborator

link2xt commented Jul 8, 2024

Closing this, will try to update manually as changes are needed.

@link2xt link2xt closed this Jul 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/pgp-0.13.1 branch July 8, 2024 16:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant