From 5722b3a3743c4dac7a405955067f790a6fa47b9f Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:41:30 +0000 Subject: [PATCH] chore: remove unused futures dependency from tempo-common Co-Authored-By: horsefacts <109845214+horsefacts@users.noreply.github.com> --- Cargo.lock | 1 - crates/tempo-common/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5085375..3bcf45db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6660,7 +6660,6 @@ dependencies = [ "clap", "colored", "dirs", - "futures", "getrandom 0.4.2", "hex", "hostname", diff --git a/crates/tempo-common/Cargo.toml b/crates/tempo-common/Cargo.toml index 881f67f8..d3d9f418 100644 --- a/crates/tempo-common/Cargo.toml +++ b/crates/tempo-common/Cargo.toml @@ -18,7 +18,6 @@ alloy.workspace = true clap.workspace = true colored.workspace = true dirs.workspace = true -futures.workspace = true getrandom.workspace = true hex.workspace = true hostname.workspace = true