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-server/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'atuin-server') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 8e5dbb45..c3e7f66a 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -22,7 +22,6 @@ serde_json = "1.0.75" sodiumoxide = "0.2.6" base64 = "0.13.0" rand = "0.8.4" -rust-crypto = "^0.2" tokio = { version = "1", features = ["full"] } sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "chrono", "postgres" ] } async-trait = "0.1.49" -- cgit v1.3.1