From 13055b9c872e6c7fb20e8d68ba940d5fe4b81e89 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 14 Oct 2020 13:18:02 +0200 Subject: [PATCH] use new imap-proto/async-imap 0.4.1 to fix #1834 --- Cargo.lock | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d59a62ff8..6d08761bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,13 +224,13 @@ dependencies = [ [[package]] name = "async-imap" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caadebe62f5ad78d6418a47a86b5b84439a52bdd5c893e55a5c81974da111455" +checksum = "0bdc2bb91844456110d27da8f712f4cbc693f3538521a43cb79c6b2e6f717f3e" dependencies = [ "async-native-tls", "async-std", - "base64 0.12.3", + "base64 0.13.0", "byte-pool", "chrono", "futures", @@ -446,6 +446,12 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" +[[package]] +name = "base64" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" + [[package]] name = "bit-set" version = "0.5.2" @@ -1783,9 +1789,9 @@ dependencies = [ [[package]] name = "imap-proto" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a6def1d5ac8975d70b3fd101d57953fe3278ef2ee5d7816cba54b1d1dfc22f" +checksum = "3091b99ee5b80f9b010eb6f962af9495ad06561bf662126b077e8ca30e463182" dependencies = [ "nom 5.1.2", ]