From f8c2fc0d30f011c192439a758942771d778b906b Mon Sep 17 00:00:00 2001 From: Lewis Hallam Date: Tue, 9 Apr 2024 07:38:05 +0100 Subject: [PATCH] Remove unused dependency on futures. (#211) Signed-off-by: Lewis Hallam Co-authored-by: Lewis Hallam --- minitrace/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/minitrace/Cargo.toml b/minitrace/Cargo.toml index 2ccf8124..4a082ff8 100644 --- a/minitrace/Cargo.toml +++ b/minitrace/Cargo.toml @@ -16,7 +16,6 @@ keywords = ["tracing", "span", "datadog", "jaeger", "opentelemetry"] enable = [] [dependencies] -futures = "0.3" minitrace-macro = { version = "0.6.4", path = "../minitrace-macro" } minstant = "0.1.7" parking_lot = "0.12"