mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
Switch to master branch of async-imap
This commit is contained in:
committed by
holger krekel
parent
558466d506
commit
ba1ced5e08
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user