From b0b7337f5a4262c65da39cbfdae757fab6f59812 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 4 Aug 2025 21:42:24 +0000 Subject: [PATCH] chore: upgrade async-imap to 0.11.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3ad80387..00129bad7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,9 +268,9 @@ dependencies = [ [[package]] name = "async-imap" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9f9a9c94a403cf46aa2b4cecbceefc6e4284441ebbeca79b80f3bab4394458" +checksum = "8da885da5980f3934831e6370445c0e0e44ef251d7792308b39e908915a41d09" dependencies = [ "async-channel 2.5.0", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 6ff15306e..b0768bda9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ ratelimit = { path = "./deltachat-ratelimit" } anyhow = { workspace = true } async-broadcast = "0.7.2" async-channel = { workspace = true } -async-imap = { version = "0.11.0", default-features = false, features = ["runtime-tokio", "compress"] } +async-imap = { version = "0.11.1", default-features = false, features = ["runtime-tokio", "compress"] } async-native-tls = { version = "0.5", default-features = false, features = ["runtime-tokio"] } async-smtp = { version = "0.10.2", default-features = false, features = ["runtime-tokio"] } async_zip = { version = "0.0.17", default-features = false, features = ["deflate", "tokio-fs"] }