Switch to native_tls version of deltachat/lettre fork

This commit completely removes rusttls dependency
This commit is contained in:
Alexander Krotov
2019-12-14 17:38:20 +03:00
committed by holger krekel
parent b2b7674b59
commit 70e12485aa
2 changed files with 17 additions and 203 deletions

View File

@@ -19,7 +19,7 @@ num-derive = "0.3.0"
num-traits = "0.2.6"
async-smtp = { git = "https://github.com/async-email/async-smtp", branch = "master" }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "native_tls" }
async-imap = { git = "https://github.com/async-email/async-imap", branch="native_tls", default-features = false, features = ["tls_native"] }
async-native-tls = "0.1.1"
async-std = { version = "1.0", features = ["unstable"] }