ZeusWPI / zauth

Zeus AUTHentication Service
MIT License
6 stars 2 forks source link

Bump lettre from 0.10.4 to 0.11.2 #271

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 11 months ago

Bumps lettre from 0.10.4 to 0.11.2.

Release notes

Sourced from lettre's releases.

v0.11.2 - Dependency updates

Upgrade notes

  • MSRV is now 1.70 (#916)

Misc

  • Bump idna to v0.5 (#918)
  • Bump boring and tokio-boring to v4 (#915)

#915: lettre/lettre#915 #916: lettre/lettre#916 #918: lettre/lettre#918

v0.11.1 - Fix rustls webpki-roots certificate store

Bug fixes

  • Fix webpki-roots certificate store setup (#909)

#909: lettre/lettre#909

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

... (truncated)

Changelog

Sourced from lettre's changelog.

v0.11.2 (2023-11-23)

Upgrade notes

  • MSRV is now 1.70 (#916)

Misc

  • Bump idna to v0.5 (#918)
  • Bump boring and tokio-boring to v4 (#915)

#915: lettre/lettre#915 #916: lettre/lettre#916 #918: lettre/lettre#918

v0.11.1 (2023-10-24)

Bug fixes

  • Fix webpki-roots certificate store setup (#909)

#909: lettre/lettre#909

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

... (truncated)

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 4 months ago

Superseded by #284.