From 40605e1a9bf24bed5297c1985cddc02d13175493 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 12:04:06 +0000 Subject: [PATCH] Update Rust crate lettre to v0.11.16 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9537f43c4e2..0fdd9f42b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3165,9 +3165,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lettre" -version = "0.11.15" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759bc2b8eabb6a30b235d6f716f7f36479f4b38cbe65b8747aefee51f89e8437" +checksum = "87ffd14fa289730e3ad68edefdc31f603d56fe716ec38f2076bb7410e09147c2" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index acb360f5e6b..f1feda3e28b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ indexmap = { version = "=2.9.0", features = ["serde"] } indicatif = "=0.17.11" ipnetwork = "=0.21.1" json-subscriber = "=0.2.4" -lettre = { version = "=0.11.15", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } +lettre = { version = "=0.11.16", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } minijinja = { version = "=2.10.2", features = ["loader"] } mockall = "=0.13.1" moka = { version = "=0.12.10", default-features = false, features = ["future"] }