as recent fixes are merged to async-imap, let's use that cc @link2xt

This commit is contained in:
holger krekel
2019-11-24 12:54:44 +01:00
committed by Alexander Krotov
parent 6412adcfa7
commit 1b88cfd053
2 changed files with 27 additions and 46 deletions

View File

@@ -19,7 +19,7 @@ reqwest = { version = "0.9.15", default-features = false, features = ["rustls-tl
num-derive = "0.2.5"
num-traits = "0.2.6"
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/rustls" }
async-imap = { git = "https://github.com/link2xt/async-imap", branch="imap_proto_u8" }
async-imap = { git = "https://github.com/async-email/async-imap", branch="master" }
async-tls = "0.6"
async-std = { version = "1.0", features = ["unstable"] }
base64 = "0.10"