From a496cc7e5fbfe46dd1e66fba8e582605e7eaa3cf Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 25 Jun 2018 22:11:01 -0700 Subject: [PATCH] Upgrade native-tls 0.1 -> 0.2 --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0cf0afe..1502837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,10 +30,7 @@ utf-8 = "0.7.1" [dependencies.native-tls] optional = true -version = "0.1.5" +version = "0.2" [dev-dependencies] env_logger = "0.5.3" - -[patch.crates-io] -native-tls = { git = "https://github.com/sfackler/rust-native-tls.git" }