From d12d604e380b8f1ee8cc9e22fd218ce3d283aa4e Mon Sep 17 00:00:00 2001 From: Corentin Henry Date: Mon, 22 May 2017 07:52:24 -0700 Subject: [PATCH] tmp: use upstream git repo for hyper-native-tls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f19ce77..b248964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["web-programming::http-client"] [dependencies] hyper = "0.10.2" -hyper-native-tls = "0.2" +hyper-native-tls = { git = "https://github.com/sfackler/hyper-native-tls" } log = "0.3" serde = "1.0" serde_json = "1.0"