Skip to content

Update Rust crate lettre to v0.11.16 #11157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged

Update Rust crate lettre to v0.11.16 #11157

merged 1 commit into from
May 12, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

This PR contains the following updates:

Package Type Update Change
lettre (source) dependencies patch =0.11.15 -> =0.11.16

Release Notes

lettre/lettre (lettre)

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)

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

@paolobarbolini
Copy link
Contributor

FYI AsyncFileTransport is now Clone lettre/lettre#1075.

This Arc can go away

FileSystem(Arc<AsyncFileTransport<Tokio1Executor>>),

@Turbo87
Copy link
Member

Turbo87 commented May 12, 2025

cool, thanks!

wanna open a PR? :)

@Turbo87 Turbo87 merged commit a4a5710 into main May 12, 2025
9 checks passed
@Turbo87 Turbo87 deleted the renovate/lettre-0.x branch May 12, 2025 15:10
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.

2 participants