From 80c41841a9a8e9f1b5dee31956e2e9efa97c74e5 Mon Sep 17 00:00:00 2001 From: Andrew Aylett Date: Tue, 7 Jan 2025 20:04:48 +0000 Subject: chore: Remove unneeded dependencies (#2523) These dependencies are unused in actual code, and the test I've removed is a remnant from a move to use an external library -- it was useful to show that the mechanical transformation was correct, but it's only testing that library nowadays. --- crates/atuin-history/Cargo.toml | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'crates/atuin-history') diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 305323a8..925f6e14 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -15,33 +15,13 @@ readme.workspace = true [dependencies] atuin-client = { path = "../atuin-client", version = "18.4.0" } -atuin-common = { path = "../atuin-common", version = "18.4.0" } -log = { workspace = true } time = { workspace = true } -eyre = { workspace = true } -directories = { workspace = true } -indicatif = "0.17.5" serde = { workspace = true } -serde_json = { workspace = true } crossterm = { version = "0.28.1", features = ["use-dev-tty"] } -unicode-width = "0.1" -itertools = { workspace = true } -tokio = { workspace = true } -async-trait = { workspace = true } -interim = { workspace = true } -base64 = { workspace = true } -fs-err = { workspace = true } -whoami = { workspace = true } -semver = { workspace = true } -futures-util = "0.3" -tracing = "0.1" -uuid = { workspace = true } unicode-segmentation = "1.11.0" -sysinfo = "0.30.7" [dev-dependencies] -tracing-tree = "0.4" divan = "0.1.14" rand = { workspace = true } -- cgit v1.3.1