From 7f5310a1aa87cb32499e7f50c864fdaa9a82bd53 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 25 Apr 2022 07:13:30 +0100 Subject: history list (#340) --- atuin-client/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 8b816d0c..01918706 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -16,7 +16,8 @@ sync = [ "urlencoding", "sodiumoxide", "reqwest", - "rust-crypto", + "sha2", + "hex", "rmp-serde", "base64", ] @@ -56,7 +57,8 @@ reqwest = { version = "0.11", features = [ "json", "rustls-tls", ], default-features = false, optional = true } -rust-crypto = { version = "^0.2", optional = true } +hex = { version = "0.4", optional = true } +sha2 = { version = "0.10", optional = true } rmp-serde = { version = "1.0.0", optional = true } base64 = { version = "0.13.0", optional = true } -- cgit v1.3.1