From 0f8f83e64180ee1fef6e51b9cad7d63360e97953 Mon Sep 17 00:00:00 2001 From: Shaun Savage Date: Tue, 26 Jun 2018 18:47:53 +0000 Subject: [PATCH] update native-tls version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d0a16e..4b78fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ name = "imap" path = "src/lib.rs" [dependencies] -native-tls = "0.1" +native-tls = "0.2" regex = "0.2" bufstream = "0.1" imap-proto = "0.4.1"