update deps, in particular async-imap to 0.1.1 which contains

the fix by @dignifiedquire that is expected to fix #829
This commit is contained in:
holger krekel
2019-11-16 22:34:45 +01:00
parent 863a70b8fc
commit 2ebb43b613

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 = "0.1"
async-imap = "0.1.1"
async-tls = "0.6"
async-std = { version = "1.0", features = ["unstable"] }
base64 = "0.10"