From 0379b6f5e680e4c6f9ae71bc23f5baedfc8a4c7d Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 3 Jan 2016 10:39:34 -0500 Subject: order deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0684be9..b6933f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,12 +11,12 @@ keywords = ["docker", "unix", "containers", "hyper", "ship"] license = "MIT" [dependencies] -mime = "0.1" +hyperlocal = "0.1" jed = "0.1" +mime = "0.1" openssl = "0.7" -hyperlocal = "0.1" -url = "0.5" rustc-serialize = "0.3" +url = "0.5" [dependencies.hyper] version = "0.7" -- cgit v1.2.3