Skip to content

build(deps): bump lettre from 0.11.15 to 0.11.16 #4559

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps lettre from 0.11.15 to 0.11.16.

Release notes

Sourced from lettre's releases.

v0.11.16

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)
Changelog

Sourced from lettre's changelog.

v0.11.16 (2025-05-12)

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)

#1075: lettre/lettre#1075 #1076: lettre/lettre#1076 #1077: lettre/lettre#1077 #1078: lettre/lettre#1078 #1079: lettre/lettre#1079 #1080: lettre/lettre#1080 #1082: lettre/lettre#1082 #1083: lettre/lettre#1083 #1084: lettre/lettre#1084 #1086: lettre/lettre#1086 #1088: lettre/lettre#1088

Commits
  • 06e381e Prepare v0.11.16 (#1089)
  • d9ce9a6 chore: deprecate ungated TLS types when no TLS backend is enabled (#1084)
  • e892b55 build(deps): upgrade webpki-roots to v1 (#1088)
  • 771d212 build: gate web-time behind cfg(target_arch = "wasm32") (#1086)
  • 83ba939 docs: add missing doc(cfg(...)) attributes (#1085)
  • de3ab00 fix: feature gate internal TransportBuilder::tls to avoid recursive call si...
  • 9504b7f refactor: cleanup internal TlsParameters and (Async)NetworkStream config ...
  • c91b356 build(deps): bump tokio from 1.44.1 to 1.44.2 (#1080)
  • 118c1ad build(deps): bump openssl from 0.10.71 to 0.10.72 (#1079)
  • 8bf4d3a style: fix clippy::io_other_error (#1078)
  • Additional commits viewable in compare view

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)

Copy link

cloudflare-workers-and-pages bot commented May 12, 2025

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: f5b8868
Status: ✅  Deploy successful!
Preview URL: https://cdb971aa.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-cargo-lettre-0-11-nvt5.matrix-authentication-service-docs.pages.dev

View logs

@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies labels May 12, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/lettre-0.11.16 branch from 07c3093 to f813e36 Compare May 30, 2025 14:18
Bumps [lettre](https://github.com/lettre/lettre) from 0.11.15 to 0.11.16.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.11.15...v0.11.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/lettre-0.11.16 branch from f813e36 to f5b8868 Compare June 5, 2025 13:16
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 6, 2025

Superseded by #4651.

@dependabot dependabot bot closed this Jun 6, 2025
@dependabot dependabot bot deleted the dependabot/cargo/lettre-0.11.16 branch June 6, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants