Update Rust crate lettre to 0.11.16 #487

Merged
renovate merged 1 commits from renovate/lettre-0.x into master 2025-05-14 00:15:08 +00:00
Collaborator

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

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lettre](https://lettre.rs) ([source](https://github.com/lettre/lettre)) | dependencies | patch | `0.11.15` -> `0.11.16` | --- ### Release Notes <details> <summary>lettre/lettre (lettre)</summary> ### [`v0.11.16`](https://github.com/lettre/lettre/blob/HEAD/CHANGELOG.md#v01116-2025-05-12) [Compare Source](https://github.com/lettre/lettre/compare/v0.11.15...v0.11.16) ##### Features - Always implement `Clone` for `AsyncFileTransport` ([#&#8203;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 ([#&#8203;1084]) ##### Misc - Gate `web-time` behind `cfg(target_arch = "wasm32")]` ([#&#8203;1086]) - Add missing `#[doc(cfg(...))]` attributes ([#&#8203;1086]) - Upgrade `webpki-roots` to v1 ([#&#8203;1088]) - Cleanup internal `TlsParameters` and `(Async)NetworkStream` structures ([#&#8203;1082]) - Feature gate internal `TransportBuilder::tls` to avoid recursive call site warnings ([#&#8203;1083]) - Fix workaround for embedding cargo script in rustdoc output ([#&#8203;1077]) - Fix `clippy::io_other_error` warnings ([#&#8203;1078]) - Upgrade semver compatible dependencies ([#&#8203;1076], [#&#8203;1079], [#&#8203;1080]) [#&#8203;1075]: https://github.com/lettre/lettre/pull/1075 [#&#8203;1076]: https://github.com/lettre/lettre/pull/1076 [#&#8203;1077]: https://github.com/lettre/lettre/pull/1077 [#&#8203;1078]: https://github.com/lettre/lettre/pull/1078 [#&#8203;1079]: https://github.com/lettre/lettre/pull/1079 [#&#8203;1080]: https://github.com/lettre/lettre/pull/1080 [#&#8203;1082]: https://github.com/lettre/lettre/pull/1082 [#&#8203;1083]: https://github.com/lettre/lettre/pull/1083 [#&#8203;1084]: https://github.com/lettre/lettre/pull/1084 [#&#8203;1086]: https://github.com/lettre/lettre/pull/1086 [#&#8203;1088]: https://github.com/lettre/lettre/pull/1088 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS44IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-05-13 00:15:56 +00:00
Update Rust crate lettre to 0.11.16
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fae4e144f4
renovate merged commit fae4e144f4 into master 2025-05-14 00:15:08 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/GeneIT#487
No description provided.