use latest lettre master that contains the normalization fix

This commit is contained in:
holger krekel
2019-12-21 20:27:02 +01:00
committed by Alexander Krotov
parent 67c36f3d98
commit d5a0f1e711
2 changed files with 9 additions and 7 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" }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "native_tls" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
# XXX newer commits of async-imap lead to import-export tests hanging
async-imap = { git = "https://github.com/async-email/async-imap", branch = "dcc-stable" }