From 047550f2368d134c9d5dca60aeb0b56fe151a323 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 3 May 2020 00:21:07 -0400 Subject: move to ring for things that it supports it doesn't support AES_256_CBC_HMAC_SHA256, so we can't move that over yet (see https://github.com/briansmith/ring/issues/588) --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 025d76c..52dcb75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,18 +22,15 @@ clap = { version = "2.33", features = ["wrap_help"] } 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"] } +ring = "0.16" 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"] } -- cgit v1.2.3-54-g00ecf