Skip to content

Commit 3cc294e

Browse files
jshapaolobarbolini
authored andcommitted
Switch to native-tls in lettre
Co-authored-by: Paolo Barbolini <[email protected]>
1 parent 6bd3dac commit 3cc294e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tempfile = "3"
6262
parking_lot = "0.11"
6363
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6464

65-
lettre = "0.10.0-alpha.1"
65+
lettre = { version = "0.10.0-alpha.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6666
lettre_email = "0.9"
6767
failure = "0.1.1"
6868

0 commit comments

Comments
 (0)