Skip to content

Update Rust crate lettre to 0.11.1

Renovate Bot requested to merge renovate/lettre-0.x into master

This MR contains the following updates:

Package Type Update Change
lettre (source) dependencies minor 0.10.4 -> 0.11.1

Release Notes

lettre/lettre (lettre)

v0.11.1

Compare Source

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

v0.11.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box
Edited by Renovate Bot

Merge request reports