From d61ba750f305269c260d415a8e79c32292b3c703 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 19 Apr 2020 06:14:07 -0400 Subject: add explicit dependency versions --- Cargo.toml | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4e3ac4d..7084172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,30 +5,30 @@ authors = ["Jesse Luehrs "] edition = "2018" [dependencies] -aes = "*" -anyhow = "*" -arrayvec = "*" -base64 = "*" -block-modes = "*" -chbs = "*" -clap = "*" -daemonize = "*" -directories = "*" -env_logger = "*" -hkdf = "*" -hmac = "*" -humantime = "*" -log = "*" -nix = "*" -pbkdf2 = "*" -rand = "*" -region = "*" -reqwest = { version = "*", features = ["blocking", "json"] } -serde = { version = "*", features = ["derive"] } -serde_json = "*" -sha2 = "*" -snafu = "*" -tempfile = "*" -tokio = { version = "*", features = ["full"] } -uuid = { version = "*", features = ["v4"] } -zeroize = "*" +aes = "0.3" +anyhow = "1.0" +arrayvec = "0.5" +base64 = "0.11" +block-modes = "0.3" +chbs = "0.0.10" +clap = "2.33" +daemonize = "0.4" +directories = "2.0" +env_logger = "0.7" +hkdf = "0.8" +hmac = "0.7" +humantime = "1.3" +log = "0.4" +nix = "0.17" +pbkdf2 = "0.3" +rand = "0.7" +region = "2.1" +reqwest = { version = "0.10", features = ["blocking", "json"] } +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +sha2 = "0.8" +snafu = "0.6" +tempfile = "3.1" +tokio = { version = "0.2", features = ["full"] } +uuid = { version = "0.8", features = ["v4"] } +zeroize = "1.1" -- cgit v1.2.3-54-g00ecf