From 97d59f56a3f728ac88370cce5cc04a59a9614877 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 11 Jan 2017 11:59:54 -0800 Subject: [PATCH] update hyper to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2effc61..afe60ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Sean McArthur "] license = "MIT/Apache-2.0" [dependencies] -hyper = { version = "0.9.14" , default-features = false } +hyper = "0.10" log = "0.3" native-tls = "0.1" serde = "0.8"