summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2015-07-13 01:10:23 -0400
committersoftprops <d.tangren@gmail.com>2015-07-13 01:10:23 -0400
commitdc5b09589cad44534e61a8818a8d1fb1236a7433 (patch)
treeda5f2976e00736e07f6248122de4e6e3c8cbfc59 /Cargo.toml
parent558a7720197e30455c79ad3e8ee7371ecb4fdd09 (diff)
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 8 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d46e338..f04ff42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,14 @@ keywords = ["docker", "unix", "containers", "hyper", "ship"]
license = "MIT"
[dependencies]
-mime = "0.0.11"
-httparse = "0.1.3"
-hyper = "0.5.2"
+mime = "0.0.12"
+httparse = "0.1.4"
jed = "0.1.2"
openssl = "0.6.2"
unix_socket = "0.4.3"
-url = "0.2.34"
-rustc-serialize = "0.3.15" \ No newline at end of file
+url = "0.2.35"
+rustc-serialize = "0.3.15"
+
+[dependencies.hyper]
+version = "0.6.4"
+features = ["openssl"] \ No newline at end of file