fix: Switch lettre to ring backend

This commit is contained in:
timedout
2026-04-01 17:40:39 +01:00
committed by Ellis Git
parent 480a32e4d4
commit 3ab1f102dd
+1 -1
View File
@@ -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"