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