fix: install default Rustls crypto provider to prevent TLS initialization error

Install ring-based crypto provider at startup to fix Rustls TLS initialization error
This commit is contained in:
Argenis
2026-02-15 11:10:28 -05:00
committed by GitHub
parent ced4d70814
commit 128b30cdf1
3 changed files with 9 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -2957,6 +2957,7 @@ dependencies = [
"mail-parser",
"reqwest",
"rusqlite",
"rustls",
"rustls-pki-types",
"serde",
"serde_json",