]> Untitled Git - lemmy.git/blobdiff - crates/utils/Cargo.toml
Use async email sender (#3554)
[lemmy.git] / crates / utils / Cargo.toml
index fc1feb853bcc8e1a1f0af071ccc8a8720f9cf816..6ef13ee906fec3ac6c7491d034350654d6910695 100644 (file)
@@ -42,7 +42,7 @@ html2text = "0.6.0"
 deser-hjson = "1.0.2"
 smart-default = "0.7.1"
 jsonwebtoken = "8.1.1"
-lettre = "0.10.1"
+lettre = { version = "0.10.1", features = ["tokio1", "tokio1-native-tls"] }
 markdown-it = "0.5.1"
 totp-rs = { version = "5.0.2", features = ["gen_secret", "otpauth"] }
 enum-map = "2.5"