mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-14 17:28:51 +02:00
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:
@ -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 }
|
||||
|
Reference in New Issue
Block a user