Switch to master branch of async-imap

This commit is contained in:
Alexander Krotov
2019-12-14 19:01:09 +03:00
committed by holger krekel
parent 558466d506
commit ba1ced5e08

View File

@@ -20,7 +20,7 @@ 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 = "native_tls" }
async-imap = { git = "https://github.com/async-email/async-imap", branch="native_tls", default-features = false, features = ["tls_native"] }
async-imap = { git = "https://github.com/async-email/async-imap" }
async-native-tls = "0.1.1"
async-std = { version = "1.0", features = ["unstable"] }
base64 = "0.11"