Use external hyper-native-tls crate

This commit is contained in:
Steven Fackler
2017-01-08 14:11:48 -08:00
committed by Steven Fackler
parent 68c57f62b6
commit fa4df2037a
4 changed files with 6 additions and 86 deletions

View File

@@ -91,7 +91,7 @@
extern crate hyper;
#[macro_use] extern crate log;
extern crate native_tls;
extern crate hyper_native_tls;
extern crate serde;
extern crate serde_json;
extern crate serde_urlencoded;
@@ -115,7 +115,6 @@ mod body;
mod client;
mod error;
mod redirect;
mod tls;
/// Shortcut method to quickly make a `GET` request.