From d383a2b50e5b8a5edc0a7d4c2532c76bcea18679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:19:36 +0000 Subject: [PATCH] build(deps): bump lettre from 0.11.18 to 0.11.19 Bumps [lettre](https://github.com/lettre/lettre) from 0.11.18 to 0.11.19. - [Release notes](https://github.com/lettre/lettre/releases) - [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md) - [Commits](https://github.com/lettre/lettre/compare/v0.11.18...v0.11.19) --- updated-dependencies: - dependency-name: lettre dependency-version: 0.11.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3afd8e69..7f2bd0a2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2973,9 +2973,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "lettre" -version = "0.11.18" +version = "0.11.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cb54db6ff7a89efac87dba5baeac57bb9ccd726b49a9b6f21fb92b3966aaf56" +checksum = "9e13e10e8818f8b2a60f52cb127041d388b89f3a96a62be9ceaffa22262fef7f" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7c5d3a902..bd19786e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -354,7 +354,7 @@ features = ["serde"] # Email sending [workspace.dependencies.lettre] -version = "0.11.18" +version = "0.11.19" default-features = false features = [ "tokio1-rustls",