use async-smtp master where @link2xt's branch has been merged

This commit is contained in:
holger krekel
2019-12-13 10:51:43 +01:00
parent ccc190f991
commit 4d1357568b
2 changed files with 17 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ smallvec = "1.0.0"
reqwest = { version = "0.9.15" }
num-derive = "0.3.0"
num-traits = "0.2.6"
async-smtp = { git = "https://github.com/link2xt/async-smtp", branch = "native_tls" }
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" }
async-imap = { git = "https://github.com/async-email/async-imap", branch="native_tls", default-features = false, features = ["tls_native"] }