X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Futils%2FCargo.toml;h=6ef13ee906fec3ac6c7491d034350654d6910695;hb=934f72511e3ef1a8d6fef6521bccc52b732f0a10;hp=fc1feb853bcc8e1a1f0af071ccc8a8720f9cf816;hpb=3dd2fd0f7ff24509564bf098817c6152254edc1a;p=lemmy.git diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index fc1feb85..6ef13ee9 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -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"