Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
lettre (source) dependencies patch 0.11.6 -> 0.11.19

Release Notes

lettre/lettre (lettre)

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)

v0.11.12

Compare Source

Misc
  • Warn against manually configuring port and tls on SMTP transport builder (#​1014)
  • Document variants of Tls enum (#​1015)
  • Fix rustdoc warnings (#​1016)
  • Add ContentType::TEXT_PLAIN to Message builder examples (#​1017)
  • Document SmtpTransport and AsyncSmtpTransport (#​1018)
  • Fix typo in transport builder credentials method (#​1019)
  • Document required system dependencies for OpenSSL (#​1030)
  • Improve docs for the transport::smtp module (#​1031)
  • Improve docs for smtp transport builder from_url (#​1032)
  • Replace assert! with ? on send examples (#​1033)
  • Warn on more pedantic clippy lints and fix them (#​1035, #​1036)

v0.11.11

Compare Source

Upgrade notes
Bug fixes
  • Fix off-by-one error reaching the minimum number of configured pooled connections (#​1012)
Misc

v0.11.10

Compare Source

Bug fixes
  • Ignore disconnect errors when pool feature of SMTP transport is disabled (#​999)
  • Use case insensitive comparisons for matching login challenge requests (#​1000)

v0.11.9

Compare Source

Bug fixes
  • Fix feature gate for accept_invalid_hostnames for rustls (#​988)
  • Fix parsing Mailbox with trailing spaces (#​986)
Misc
  • Bump rustls-native-certs to v0.8 (#​992)
  • Make getting started example in readme complete (#​990)

v0.11.8

Compare Source

Features
  • Add mTLS support (#​974)
  • Implement accept_invalid_hostnames for rustls (#​977)
  • Provide certificate chain for peer certificates when using rustls or boring-tls (#​976)
Changes
  • Make HeaderName comparisons via PartialEq case insensitive (#​980)
Misc
  • Fix clippy warnings ([#​979])
  • Replace manual impl of #[non_exhaustive] for InvalidHeaderName (#​981)

v0.11.7

Compare Source

Misc
  • Bump hostname to v0.4 (#​956)
  • Fix tracing message consistency (#​960)
  • Bump minimum required rustls to v0.23.5 (#​958)
  • Dropped use of ref syntax in the entire project (#​959)

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.

@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.7 fix(deps): update rust crate lettre to v0.11.8 Sep 3, 2024
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.8 fix(deps): update rust crate lettre to v0.11.9 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from e5f885c to 014bf82 Compare September 16, 2024 09:40
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 014bf82 to a5db48a Compare October 24, 2024 01:45
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.9 fix(deps): update rust crate lettre to v0.11.10 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from a5db48a to 35ca5e4 Compare December 5, 2024 23:16
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.10 fix(deps): update rust crate lettre to v0.11.11 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 35ca5e4 to 6ccf1e7 Compare February 2, 2025 16:47
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.11 fix(deps): update rust crate lettre to v0.11.12 Feb 2, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 6ccf1e7 to 6fa41b4 Compare February 17, 2025 11:54
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.12 fix(deps): update rust crate lettre to v0.11.13 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 6fa41b4 to 26da97c Compare February 23, 2025 10:27
@renovate renovate bot changed the title fix(deps): update rust crate lettre to v0.11.13 fix(deps): update rust crate lettre to v0.11.14 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 26da97c to 782bad3 Compare March 10, 2025 19:44
@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 782bad3 to 7702d56 Compare May 12, 2025 12:10
@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 12, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 7702d56 to 081c70b Compare June 6, 2025 01:41
@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 081c70b to 4b06cda Compare July 28, 2025 13:48
@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 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/lettre-0.x-lockfile branch from 4b06cda to e55e738 Compare August 10, 2025 14:44
@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 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path server/Cargo.toml --package lettre@0.11.6 --precise 0.11.19
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant