mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
update deps, in particular async-imap to 0.1.1 which contains
the fix by @dignifiedquire that is expected to fix #829
This commit is contained in:
@@ -19,7 +19,7 @@ reqwest = { version = "0.9.15", default-features = false, features = ["rustls-tl
|
|||||||
num-derive = "0.2.5"
|
num-derive = "0.2.5"
|
||||||
num-traits = "0.2.6"
|
num-traits = "0.2.6"
|
||||||
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/rustls" }
|
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/rustls" }
|
||||||
async-imap = "0.1"
|
async-imap = "0.1.1"
|
||||||
async-tls = "0.6"
|
async-tls = "0.6"
|
||||||
async-std = { version = "1.0", features = ["unstable"] }
|
async-std = { version = "1.0", features = ["unstable"] }
|
||||||
base64 = "0.10"
|
base64 = "0.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user