From 3ab1f102ddcdf8ccaa4f561d310bfc088c4e3314 Mon Sep 17 00:00:00 2001 From: timedout Date: Wed, 1 Apr 2026 17:40:39 +0100 Subject: [PATCH] fix: Switch lettre to ring backend --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c899120b8..50e9c1cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -559,7 +559,7 @@ version = "0.15.0" [workspace.dependencies.lettre] version = "0.11.19" default-features = false -features = ["smtp-transport", "pool", "hostname", "builder", "rustls", "aws-lc-rs", "rustls-native-certs", "tokio1", "tokio1-rustls", "tracing", "serde"] +features = ["smtp-transport", "pool", "hostname", "builder", "rustls", "rustls-native-certs", "tokio1", "ring", "tokio1-rustls", "tracing", "serde"] [workspace.dependencies.governor] version = "0.10.4"