portier / portier-broker

Portier Broker reference implementation, written in Rust
http://portier.github.io/
Apache License 2.0
557 stars 17 forks source link

Bump lettre from 0.10.4 to 0.11.0 #806

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps lettre from 0.10.4 to 0.11.0.

Release notes

Sourced from lettre's releases.

v0.11.0

While this release technically contains breaking changes, we expect most projects to be able to upgrade by only bumping the version in Cargo.toml.

Upgrade notes

  • MSRV is now 1.65 (#869 and #881)
  • AddressError is now marked as #[non_exhaustive] (#839)

Features

  • Improve mailbox parsing (#839)
  • Add construction of SMTP transport from URL (#901)
  • Add From<Address> implementation for Mailbox (#879)

Misc

  • Bump socket2 to v0.5 (#868)
  • Bump idna to v0.4, fastrand to v2, quoted_printable to v0.5, rsa to v0.9 (#882)
  • Bump webpki-roots to v0.25 (#884 and #890)
  • Bump ed25519-dalek to v2 fixing RUSTSEC-2022-0093 (#896)
  • Bump boringssl crates to v3 (#897)

#839: lettre/lettre#839 #868: lettre/lettre#868 #869: lettre/lettre#869 #879: lettre/lettre#879 #881: lettre/lettre#881 #882: lettre/lettre#882 #884: lettre/lettre#884 #890: lettre/lettre#890 #896: lettre/lettre#896 #897: lettre/lettre#897 #901: lettre/lettre#901

Changelog

Sourced from lettre's changelog.

v0.11.0 (2023-10-15)

While this release technically contains breaking changes, we expect most projects to be able to upgrade by only bumping the version in Cargo.toml.

Upgrade notes

  • MSRV is now 1.65 (#869 and #881)
  • AddressError is now marked as #[non_exhaustive] (#839)

Features

  • Improve mailbox parsing (#839)
  • Add construction of SMTP transport from URL (#901)
  • Add From<Address> implementation for Mailbox (#879)

Misc

  • Bump socket2 to v0.5 (#868)
  • Bump idna to v0.4, fastrand to v2, quoted_printable to v0.5, rsa to v0.9 (#882)
  • Bump webpki-roots to v0.25 (#884 and #890)
  • Bump ed25519-dalek to v2 fixing RUSTSEC-2022-0093 (#896)
  • Bump boringssl crates to v3 (#897)

#839: lettre/lettre#839 #868: lettre/lettre#868 #869: lettre/lettre#869 #879: lettre/lettre#879 #881: lettre/lettre#881 #882: lettre/lettre#882 #884: lettre/lettre#884 #890: lettre/lettre#890 #896: lettre/lettre#896 #897: lettre/lettre#897 #901: lettre/lettre#901

Commits


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)
dependabot[bot] commented 1 year ago

Superseded by #810.