Remove unnecessary dependencies (#9000)

Found by "cargo machete"
This commit is contained in:
Heikki Linnakangas
2024-09-17 17:55:45 +03:00
committed by GitHub
parent cd4276fd65
commit d211f00f05
26 changed files with 15 additions and 236 deletions

View File

@@ -10,7 +10,6 @@ bench = []
[dependencies]
anyhow.workspace = true
async-stream.workspace = true
bytes.workspace = true
clap = { workspace = true, features = ["derive"] }
const_format.workspace = true
futures.workspace = true
@@ -24,7 +23,6 @@ parking_lot.workspace = true
prost.workspace = true
tonic.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread"] }
tokio-stream.workspace = true
tracing.workspace = true
metrics.workspace = true
utils.workspace = true