From b4a61d9a32990dadde427567893286c5dc79441c Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate@fachschaften.org> Date: Tue, 30 Apr 2024 15:33:52 +0000 Subject: [PATCH] Update Rust crate lettre to 0.11.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da593e2..e71510b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ fantoccini = "0.19.3" penguin-config = "0.1.1" serde = "1.0.192" tokio = { version = "1", features = ["full"] } -lettre = { version = "0.11.1", features = [ +lettre = { version = "0.11.7", features = [ "smtp-transport", "native-tls", ] } -- GitLab