Skip to content

Commit b0b7337

Browse files
committed
chore: upgrade async-imap to 0.11.1
1 parent 93241a4 commit b0b7337

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ratelimit = { path = "./deltachat-ratelimit" }
4444
anyhow = { workspace = true }
4545
async-broadcast = "0.7.2"
4646
async-channel = { workspace = true }
47-
async-imap = { version = "0.11.0", default-features = false, features = ["runtime-tokio", "compress"] }
47+
async-imap = { version = "0.11.1", default-features = false, features = ["runtime-tokio", "compress"] }
4848
async-native-tls = { version = "0.5", default-features = false, features = ["runtime-tokio"] }
4949
async-smtp = { version = "0.10.2", default-features = false, features = ["runtime-tokio"] }
5050
async_zip = { version = "0.0.17", default-features = false, features = ["deflate", "tokio-fs"] }

0 commit comments

Comments
 (0)