Skip to content

Bump lettre from 0.9.6 to 0.11.17#140

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lettre-0.11.17
Open

Bump lettre from 0.9.6 to 0.11.17#140
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lettre-0.11.17

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 6, 2025

Bumps lettre from 0.9.6 to 0.11.17.

Release notes

Sourced from lettre's releases.

v0.11.17

Features

  • Add support for rustls-platform-verifier (#1081)

Misc

  • Change readme example to use Mailbox::new instead of string parsing (#1090)
  • Replace futures-util Mutex with std Mutex in AsyncStubTransport (#1091)
  • Avoid duplicate abort_concurrent implementation (#1092)

v0.11.16

Features

  • Always implement Clone for AsyncFileTransport (#1075)

Changes

  • Tls, CertificateStore, TlsParameters, TlsParametersBuilder, Certificate and Identity are now marked as deprecated when no TLS backend is enabled. They will be properly feature gated in lettre v0.12 (#1084)

Misc

  • Gate web-time behind cfg(target_arch = "wasm32")] (#1086)
  • Add missing #[doc(cfg(...))] attributes (#1086)
  • Upgrade webpki-roots to v1 (#1088)
  • Cleanup internal TlsParameters and (Async)NetworkStream structures (#1082)
  • Feature gate internal TransportBuilder::tls to avoid recursive call site warnings (#1083)
  • Fix workaround for embedding cargo script in rustdoc output (#1077)
  • Fix clippy::io_other_error warnings (#1078)
  • Upgrade semver compatible dependencies (#1076, #1079, #1080)

v0.11.15

Upgrade notes

  • MSRV is now 1.74 (#1060)

Features

Misc

  • Deny unreachable_pub lint (#1058)
  • Bump minimum supported rustls (#1063)
  • Bump minimum supported serde (#1064)
  • Upgrade semver compatible dependencies (#1067)
  • Upgrade email-encoding to v0.4 (#1069)

... (truncated)

Changelog

Sourced from lettre's changelog.

v0.11.17 (2025-06-06)

Features

  • Add support for rustls-platform-verifier (#1081)

Misc

  • Change readme example to use Mailbox::new instead of string parsing (#1090)
  • Replace futures-util Mutex with std Mutex in AsyncStubTransport (#1091)
  • Avoid duplicate abort_concurrent implementation (#1092)

#1081: lettre/lettre#1081 #1090: lettre/lettre#1090 #1091: lettre/lettre#1091 #1092: lettre/lettre#1092

v0.11.16 (2025-05-12)

Features

  • Always implement Clone for AsyncFileTransport (#1075)

Changes

  • Tls, CertificateStore, TlsParameters, TlsParametersBuilder, Certificate and Identity are now marked as deprecated when no TLS backend is enabled. They will be properly feature gated in lettre v0.12 (#1084)

Misc

  • Gate web-time behind cfg(target_arch = "wasm32")] (#1086)
  • Add missing #[doc(cfg(...))] attributes (#1086)
  • Upgrade webpki-roots to v1 (#1088)
  • Cleanup internal TlsParameters and (Async)NetworkStream structures (#1082)
  • Feature gate internal TransportBuilder::tls to avoid recursive call site warnings (#1083)
  • Fix workaround for embedding cargo script in rustdoc output (#1077)
  • Fix clippy::io_other_error warnings (#1078)
  • Upgrade semver compatible dependencies (#1076, #1079, #1080)

#1075: lettre/lettre#1075 #1076: lettre/lettre#1076 #1077: lettre/lettre#1077 #1078: lettre/lettre#1078 #1079: lettre/lettre#1079 #1080: lettre/lettre#1080 #1082: lettre/lettre#1082 #1083: lettre/lettre#1083 #1084: lettre/lettre#1084

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [lettre](https://github.com/lettre/lettre) from 0.9.6 to 0.11.17.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.9.6...v0.11.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 6, 2025
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants