From e8f49ea23daeb48f70df14a0f719a742e016abe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:32:30 +0100 Subject: [PATCH] build(deps): bump lettre from 0.11.10 to 0.11.11 (#3705) Bumps [lettre](https://github.com/lettre/lettre) from 0.11.10 to 0.11.11. - [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.10...v0.11.11) --- updated-dependencies: - dependency-name: lettre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 647984f7..c4f68a8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2970,9 +2970,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "lettre" -version = "0.11.10" +version = "0.11.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0161e452348e399deb685ba05e55ee116cae9410f4f51fe42d597361444521d9" +checksum = "ab4c9a167ff73df98a5ecc07e8bf5ce90b583665da3d1762eb1f775ad4d0d6f5" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1d004e17..9a7147da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ features = ["yaml", "json"] # Email sending [workspace.dependencies.lettre] -version = "0.11.10" +version = "0.11.11" default-features = false features = [ "tokio1-rustls-tls",