update ClientBuilder to match builder pattern

This commit is contained in:
Sean McArthur
2017-05-31 11:33:39 -07:00
parent 4b2eda7d29
commit 82a6eb4939
2 changed files with 56 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ categories = ["web-programming::http-client"]
[dependencies]
hyper = "0.10.2"
hyper-native-tls = { git = "https://github.com/sfackler/hyper-native-tls" }
hyper-native-tls = "0.2.3"
log = "0.3"
serde = "1.0"
serde_json = "1.0"