From bd0a04567be5c032809ddf818f2d77e95eef53b8 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 14 Mar 2021 18:10:15 -0700 Subject: [PATCH] Bump imap-proto --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f9b7b8..aeabd5e 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.13.0" +imap-proto = "0.14.0" nom = "6.0" base64 = "0.13" chrono = "0.4"