From 2bbae9457304b86f3b51213a3905ce998886e8fd Mon Sep 17 00:00:00 2001 From: Dom Corvasce Date: Thu, 1 Nov 2018 11:25:35 +0100 Subject: [PATCH] Update native-tls requested version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33cae10..7c133e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ name = "imap" path = "src/lib.rs" [dependencies] -native-tls = "0.2" +native-tls = "0.2.2" regex = "1.0" bufstream = "0.1" imap-proto = "0.6"