From a0480913ddf0a9216496051feda96b0aca1c2ee7 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 9 Nov 2016 13:10:55 -0800 Subject: [PATCH] update native-tls to 0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a19086..aba43ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0" [dependencies] hyper = { version = "0.9" , default-features = false } log = "0.3" -native-tls = {git="https://github.com/sfackler/rust-native-tls"} #"0.1" +native-tls = "0.1" serde = "0.8" serde_json = "0.8" serde_urlencoded = "0.3"