1 Commits

Author SHA1 Message Date
c5bb74a3ce Update Rust crate lettre to 0.11.21
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/push Build is failing
2026-04-12 00:23:29 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.2.0", "eslint": "^10.2.0",
"eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-hooks": "0.0.0",
"eslint-plugin-react-refresh": "^0.5.2", "eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0", "globals": "^17.4.0",
"typescript": "^6.0.2", "typescript": "^6.0.2",

View File

@@ -2318,9 +2318,9 @@ checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
[[package]] [[package]]
name = "lettre" name = "lettre"
version = "0.11.20" version = "0.11.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "471816f3e24b85e820dee02cde962379ea1a669e5242f19c61bcbcffedf4c4fb" checksum = "dabda5859ee7c06b995b9d1165aa52c39110e079ef609db97178d86aeb051fa7"
dependencies = [ dependencies = [
"base64", "base64",
"email-encoding", "email-encoding",

View File

@@ -23,7 +23,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149" serde_json = "1.0.149"
mailchecker = "6.0.20" mailchecker = "6.0.20"
redis = "1.1.0" redis = "1.1.0"
lettre = "0.11.20" lettre = "0.11.21"
rand = "0.10.0" rand = "0.10.0"
bcrypt = "0.19.0" bcrypt = "0.19.0"
light-openid = "1.1.0" light-openid = "1.1.0"