diff --git a/Cargo.toml b/Cargo.toml index fb84631d7..0e7542636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"