Skip to content

Bump lettre from 0.11.11 to 0.11.15 #35

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps lettre from 0.11.11 to 0.11.15.

Release notes

Sourced from lettre's releases.

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)

v0.11.14

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)

... (truncated)

Changelog

Sourced from lettre's changelog.

v0.11.15 (2025-03-10)

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)

#1045: lettre/lettre#1045 #1058: lettre/lettre#1058 #1060: lettre/lettre#1060 #1063: lettre/lettre#1063 #1064: lettre/lettre#1064 #1067: lettre/lettre#1067 #1068: lettre/lettre#1068 #1069: lettre/lettre#1069

v0.11.14 (2025-02-23)

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)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [lettre](https://github.com/lettre/lettre) from 0.11.11 to 0.11.15.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.11.11...v0.11.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 17, 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