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

@ -14,7 +14,7 @@ atuin-common = { path = "../atuin-common", version = "18.4.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" }
eyre = { workspace = true }
tracing = "0.1"
tracing = { workspace = true }
time = { workspace = true }
serde = { workspace = true }
sqlx = { workspace = true }