From 02c70deecba955c1b01f661ed7a709038e90addc Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 22 Apr 2022 19:24:38 +0100 Subject: refactor (#327) --- atuin-common/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'atuin-common/Cargo.toml') diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 93814acb..59caa796 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -12,11 +12,6 @@ repository = "https://github.com/ellie/atuin" [dependencies] rust-crypto = "^0.2" -sodiumoxide = "0.2.6" chrono = { version = "0.4", features = ["serde"] } -serde_derive = "1.0.125" -serde = "1.0.126" -serde_json = "1.0.75" +serde = { version = "1.0.126", features = ["derive"] } uuid = { version = "0.8", features = ["v4"] } -axum = "0.5" -http = "0.2" -- cgit v1.3.1