From 03c1593054a9f9240f0e03ddde213901d7381581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:48:48 +0000 Subject: [PATCH] chore(deps): bump async-imap from 0.11.2 to 0.11.3 Bumps [async-imap](https://github.com/async-email/async-imap) from 0.11.2 to 0.11.3. - [Changelog](https://github.com/chatmail/async-imap/blob/main/CHANGELOG.md) - [Commits](https://github.com/async-email/async-imap/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: async-imap dependency-version: 0.11.3 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 9c5580d..8515521 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ dependencies = [ [[package]] name = "async-imap" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a78dceaba06f029d8f4d7df20addd4b7370a30206e3926267ecda2915b0f3f66" +checksum = "9a6728e0f7931b36d725ac234fcb02539e9f7888dbeaaa8a18d9ea5792181570" dependencies = [ "async-channel 2.5.0", "async-compression",