summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRoey Darwish Dror <roeyd@infinidat.com>2016-12-27 14:40:50 +0200
committerRoey Darwish Dror <roeyd@infinidat.com>2016-12-27 14:40:50 +0200
commit5a528c1b11054d524ebf77b3b32307ed09669557 (patch)
treed18b0c4f0137351fb75d40ecc612f1f5c09ebe42 /Cargo.toml
parentf52de37b6c69e4f5d6211d1e31b25cd5695299c6 (diff)
Update hyper to 0.9 (fix #13)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e07fd3f..6031b68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,10 +12,9 @@ license = "MIT"
[dependencies]
flate2 = "0.2"
-hyperlocal = "0.1"
+hyperlocal = "0.2"
log = "0.3"
jed = "0.1"
-mime = "0.1"
openssl = "0.7"
rustc-serialize = "0.3"
tar = "0.3"
@@ -25,5 +24,5 @@ url = "0.5"
env_logger = "0.3"
[dependencies.hyper]
-version = "0.7"
+version = "0.9"
features = ["openssl"] \ No newline at end of file