From 25fb199ba0b60e24fd3f01692fc0532bf03a678d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 28 Nov 2019 12:12:13 +0100 Subject: [PATCH] update to current async-imap master which should fix a crash --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index d0e5f072e..163a27e0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ dependencies = [ [[package]] name = "async-imap" version = "0.1.1" -source = "git+https://github.com/async-email/async-imap#1327f678cf5515842fc309636459372e6ab40db2" +source = "git+https://github.com/async-email/async-imap#377d40837028b454c6365ff13e3f35cc341a908e" dependencies = [ "async-attributes 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",