Update async-imap to fix Oauth2

This commit is contained in:
Alexander Krotov
2020-08-16 01:57:20 +03:00
parent 0bf8017e8f
commit a9faaa5cbc
4 changed files with 6 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ num-traits = "0.2.6"
async-smtp = "0.3"
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
async-imap = "0.3.1"
async-imap = "0.4.0"
async-native-tls = { version = "0.3.3" }
async-std = { version = "1.6.1", features = ["unstable"] }
base64 = "0.12"