From 1c439b5ef4bd70d68c7f563c709b1efc1d9a1eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:59:08 +0000 Subject: [PATCH] chore(cargo): bump async-imap from 0.11.1 to 0.11.2 Bumps [async-imap](https://github.com/async-email/async-imap) from 0.11.1 to 0.11.2. - [Changelog](https://github.com/chatmail/async-imap/blob/main/CHANGELOG.md) - [Commits](https://github.com/async-email/async-imap/compare/v0.11.1...v0.11.2) --- updated-dependencies: - dependency-name: async-imap dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d24d3639e..a25fdbfcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "async-imap" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da885da5980f3934831e6370445c0e0e44ef251d7792308b39e908915a41d09" +checksum = "a78dceaba06f029d8f4d7df20addd4b7370a30206e3926267ecda2915b0f3f66" dependencies = [ "async-channel 2.5.0", "async-compression",