chore: Replace ring for sha256 with sha2

This commit is contained in:
Jade Ellis
2026-04-24 12:56:05 +01:00
parent 0344bf71d8
commit 7ca0d137c4
4 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -562,7 +562,7 @@ version = "0.15.0"
[workspace.dependencies.lettre]
version = "0.11.19"
default-features = false
features = ["smtp-transport", "pool", "hostname", "builder", "rustls", "rustls-native-certs", "tokio1", "ring", "tokio1-rustls", "tracing", "serde"]
features = ["smtp-transport", "pool", "hostname", "builder", "rustls", "rustls-native-certs", "tokio1", "rustls-no-provider", "tokio1-rustls", "tracing", "serde"]
[workspace.dependencies.governor]
version = "0.10.4"