From ee4c9bc01ec8d4aabb2d0eb190ecdbd01adfdfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 21:15:07 +0000 Subject: [PATCH] cargo: bump async-imap from `c2e92df` to `bb73dfc` Bumps [async-imap](https://github.com/async-email/async-imap) from `c2e92df` to `bb73dfc`. - [Release notes](https://github.com/async-email/async-imap/releases) - [Commits](https://github.com/async-email/async-imap/compare/c2e92dfd33b000c7f57612b41ca776b4d8784cc3...bb73dfc2034737cb0849d707edaa71e9ebd0faea) --- updated-dependencies: - dependency-name: async-imap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 572261826..f1493cc18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "async-imap" version = "0.5.0" -source = "git+https://github.com/async-email/async-imap#c2e92dfd33b000c7f57612b41ca776b4d8784cc3" +source = "git+https://github.com/async-email/async-imap#bb73dfc2034737cb0849d707edaa71e9ebd0faea" dependencies = [ "async-native-tls", "async-std", @@ -221,9 +221,9 @@ dependencies = [ "chrono", "futures", "imap-proto", - "lazy_static", "log", "nom 6.1.2", + "once_cell", "ouroboros", "pin-utils", "stop-token 0.2.0",