From ee7d132c593e2d9e6921ca78e01bf50bf2c82666 Mon Sep 17 00:00:00 2001 From: dmlops Date: Mon, 10 Feb 2025 09:10:26 +0100 Subject: [PATCH] Fixing unused dependencies --- nebula_cli/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/nebula_cli/Cargo.toml b/nebula_cli/Cargo.toml index 1da80f9..01c9dd7 100644 --- a/nebula_cli/Cargo.toml +++ b/nebula_cli/Cargo.toml @@ -30,8 +30,6 @@ tokio-util.workspace = true futures.workspace = true tracing.workspace = true -tracing-error.workspace = true -tracing-subscriber.workspace = true derive_deref.workspace = true