Merge pull request #1837 from deltachat/fix-oauth2

Update async-imap to fix Oauth2
This commit is contained in:
bjoern
2020-08-18 18:28:46 +02:00
committed by GitHub
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"