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-server-postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-server-postgres/Cargo.toml') diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index d6fcb15a..8fe59d39 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -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 } -- cgit v1.3.1