chore(deps): replace async-imap with custom fork for imap-proto update

Switched to a personal fork of async-imap to enable a newer version
of imap-proto, addressing dependency constraints and improving
compatibility with recent parser changes.
This commit is contained in:
rustmailer
2026-04-26 16:31:18 +08:00
parent e83a00fe39
commit 0c2e540834
3 changed files with 11 additions and 14 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ sysinfo.workspace = true
num_cpus.workspace = true
rand.workspace = true
encoding_rs.workspace = true
async-imap.workspace = true
async-imap = { git = "https://github.com/rustmailer/async-imap.git", branch = "main", default-features = false, features = [
"runtime-tokio",
"compress",
] }
webpki-roots.workspace = true
rustls.workspace = true
rustls-pki-types.workspace = true