From ae384d89084a2ad3cdee4424650c3b19319d8a2e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 13 May 2015 15:24:04 -0700 Subject: [PATCH] Sort deps --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e729a2f..99914690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,18 +24,18 @@ path = "tests/test.rs" phf_codegen = "0.7" [dependencies] -phf = "0.7" -log = "0.3" -rustc-serialize = "0.3" +bufstream = "0.1" byteorder = "0.3" debug-builders = "0.1" -bufstream = "0.1" +log = "0.3" +phf = "0.7" rust-crypto = "0.2" +rustc-serialize = "0.3" openssl = { version = "0.6", optional = true } -uuid = { version = "0.1", optional = true } -unix_socket = { version = "0.3", optional = true } -time = { version = "0.1.14", optional = true } serde = { version = "0.3", optional = true } +time = { version = "0.1.14", optional = true } +unix_socket = { version = "0.3", optional = true } +uuid = { version = "0.1", optional = true } [dev-dependencies] url = "0.2"