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.
This commit is contained in:
Andrew Aylett
2025-01-07 20:04:48 +00:00
committed by GitHub
parent 0056c72d89
commit 80c41841a9
8 changed files with 3 additions and 106 deletions

View File

@ -12,9 +12,8 @@ repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0" }
tracing = "0.1"
tracing = { workspace = true }
time = { workspace = true }
eyre = { workspace = true }
uuid = { workspace = true }
serde = { workspace = true }
async-trait = { workspace = true }