From a37c877172dbd6b0f78d91e88ad5db9494db0985 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Thu, 14 May 2026 13:59:45 +0200 Subject: [PATCH] chore(worker): remove stale dependencies after business logic migration --- crates/worker/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/worker/Cargo.toml b/crates/worker/Cargo.toml index a1e30b9..8a22dd5 100644 --- a/crates/worker/Cargo.toml +++ b/crates/worker/Cargo.toml @@ -11,7 +11,6 @@ path = "src/main.rs" domain = { workspace = true } application = { workspace = true } nats = { workspace = true } -event-payload = { workspace = true } event-transport = { workspace = true } activitypub-base = { workspace = true } activitypub = { workspace = true } @@ -20,12 +19,9 @@ postgres-federation = { workspace = true } async-nats = { workspace = true } tokio = { workspace = true, features = ["full"] } futures = { workspace = true } -async-trait = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true } dotenvy = { workspace = true } -serde_json = { workspace = true } -chrono = { workspace = true } sqlx = { workspace = true } [dev-dependencies]