Skip to content

chore(deps): update rust crate lettre to v0.11.21#1

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/lettre-0.x-lockfile
Open

chore(deps): update rust crate lettre to v0.11.21#1
renovate[bot] wants to merge 1 commit intomainfrom
renovate/lettre-0.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 9, 2025

This PR contains the following updates:

Package Type Update Change
lettre (source) dependencies patch 0.11.120.11.21

Release Notes

lettre/lettre (lettre)

v0.11.21

Compare Source

Features
  • Add rustls-no-provider support (#​1134)
  • Add message_iter to AsyncConnection and Connection (#​1116)

v0.11.20

Compare Source

Upgrade notes
Features
Misc
  • Replace chumsky with nom for email address parsing (#​1099)
  • Upgrade to Rust 2024 edition (#​1130)
  • Upgrade boring and tokio-boring to v5 (#​1130)

v0.11.19

Compare Source

Features
  • Add raw header setter to MessageBuilder (#​1108)
Misc
  • Fix README example (#​1114)
  • Replace custom static_assert! macro with std::assert! (#​1112)

v0.11.18

Compare Source

Features
  • Allow inline attachments to be named (#​1101)
Misc

v0.11.17

Compare Source

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

Compare Source

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

Compare Source

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

v0.11.14

Compare Source

This release deprecates the rustls-tls, tokio1-rustls-tls and async-std1-rustls-tls
features, which will be removed in lettre v0.12.

rustls users should start migrating to the rustls, tokio1-rustls and
async-std1-rustls features. Unlike the deprecated *rustls-tls features,
which automatically enabled the ring and webpki-roots backends, the new
features do not. To complete the migration, users must either enable the
aws-lc-rs or the ring feature. Additionally, those who rely on webpki-roots
for TLS certificate verification must now explicitly enable its feature.
Users of rustls-native-certs do not need to enable webpki-roots.

Find out more about the new features via the lettre rustls docs.

Features
  • Make it possible to use different rustls crypto providers and TLS verifiers (#​1054)
Bug fixes
  • Use the same rustls crypto provider everywhere (#​1055)
Misc
  • Deprecate AsyncNetworkStream being public (#​1059)
  • Upgrade nom to v8 (#​1048)
  • Drop rustls-pemfile in favor of rustls-pki-types APIs (#​1050)
  • Ban direct use of std::time::SystemTime::now via clippy (#​1043)
  • Drop direct dependency on rustls-pki-types (#​1051)
  • Remove artifact from web-time refactor (#​1049)
  • Fix warnings with rustls-native-certs when tracing is disabled (#​1053)
  • Bump license year (#​1057)
  • Cleanup Cargo.toml style (#​1047)

v0.11.13

Compare Source

Features
Bug fixes
  • Synchronous pool shutdowns being arbitrarily delayed (#​1041)

Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Mar 9, 2025
@renovate renovate bot changed the title Update Rust crate lettre to v0.11.14 fix(deps): update rust crate lettre to v0.11.14 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from c75ca50 to 51ae00f Compare March 10, 2025 20:21
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.14 fix(deps): update rust crate lettre to v0.11.15 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 51ae00f to 1349a43 Compare May 17, 2025 11:33
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.15 fix(deps): update rust crate lettre to v0.11.16 May 17, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 1349a43 to a2bd5f5 Compare June 6, 2025 12:09
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.16 fix(deps): update rust crate lettre to v0.11.17 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from a2bd5f5 to ed44672 Compare August 4, 2025 22:44
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.17 fix(deps): update rust crate lettre to v0.11.18 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from ed44672 to b44802a Compare August 11, 2025 23:58
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.18 chore(deps): update rust crate lettre to v0.11.18 Sep 26, 2025
@renovate renovate bot changed the title chore(deps): update rust crate lettre to v0.11.18 chore(deps): update rust crate lettre to v0.11.19 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from b44802a to a68068a Compare December 11, 2025 23:32
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from a68068a to 6b8eee7 Compare February 3, 2026 07:27
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 6b8eee7 to f0089f3 Compare February 13, 2026 11:51
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from f0089f3 to c3f06b4 Compare March 14, 2026 18:19
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from c3f06b4 to 3f841da Compare March 31, 2026 11:44
@renovate renovate bot changed the title chore(deps): update rust crate lettre to v0.11.19 chore(deps): update rust crate lettre to v0.11.20 Mar 31, 2026
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 3f841da to b3a6f3c Compare April 15, 2026 18:17
@renovate renovate bot changed the title chore(deps): update rust crate lettre to v0.11.20 chore(deps): update rust crate lettre to v0.11.21 Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants