From d44cbf3b6a26093916714b13434d6b76922fe796 Mon Sep 17 00:00:00 2001 From: Mariusz Reichert Date: Thu, 17 Oct 2024 23:41:09 +0200 Subject: [PATCH] removing redundand dependency --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ed0d922..4bc802d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ electrum-discovery = [ "electrum-client"] bench = [] default = ["no-otlp-tracing"] otlp-tracing = [ - "tracing", "tracing/max_level_trace", "tracing-subscriber", "opentelemetry", @@ -27,7 +26,6 @@ otlp-tracing = [ "opentelemetry-semantic-conventions" ] no-otlp-tracing = [ - "tracing", "tracing/max_level_off" ]