From 3b8c239984b87f06b267468c232ac538fd6ac9e4 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 8 Mar 2021 18:00:00 -0800 Subject: [PATCH] Adopt newly released imap-proto changes --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3189b79..9f9b7b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ default = ["tls"] native-tls = { version = "0.2.2", optional = true } regex = "1.0" bufstream = "0.1" -imap-proto = "0.12.0" +imap-proto = "0.13.0" nom = "6.0" base64 = "0.13" chrono = "0.4" @@ -43,7 +43,3 @@ required-features = ["default"] [[test]] name = "imap_integration" required-features = ["default"] - -[patch.crates-io] -# https://github.com/djc/tokio-imap/pull/115 -imap-proto = { git = "https://github.com/jonhoo/tokio-imap.git", branch = "moo" }