deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots ๐Ÿ“ง
https://delta.chat/en/contribute
Other
630 stars 80 forks source link

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

Open dependabot[bot] opened 3 days ago

dependabot[bot] commented 3 days ago

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 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)