From ae063d9aa9aae570faabcc4d73f709e368c346b3 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Sat, 21 Dec 2019 16:51:50 -0600 Subject: Reorder Cargo.toml dependencies --- Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5c65654..47dee74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,23 +18,23 @@ awskms = ["rusoto_core", "rusoto_kms"] gcpkms = ["google-cloudkms1", "hyper", "hyper-rustls", "serde", "serde_json", "yup-oauth2"] [dependencies] -mio = "0.6" -mio-extras = "2.0" -bytes = "0.4" +base64 = "0.9" byteorder = "1" -ring = "0.13" -untrusted = "0.6" -time = "0.1" -log = "0.4" -simple_logger = "0.5" -yaml-rust = "0.3" -ctrlc = { version = "3.1", features = ["termination"] } -clap = "2" +bytes = "0.4" chrono = "0.4" +clap = "2" +ctrlc = { version = "3.1", features = ["termination"] } hex = "0.3" -base64 = "0.9" humansize = "1.0" +log = "0.4" +mio = "0.6" +mio-extras = "2.0" rand = "0.6" +ring = "0.13" +simple_logger = "0.5" +time = "0.1" +untrusted = "0.6" +yaml-rust = "0.3" # Used by 'awskms' rusoto_core = { version = "0.40", optional = true } -- cgit v1.2.3