Skip to content

Commit

Permalink
balance: Drop unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 19, 2024
1 parent d762e77 commit b0d2370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1700,9 +1700,7 @@ dependencies = [
name = "linkerd-proxy-balance"
version = "0.1.0"
dependencies = [
"ahash",
"futures",
"indexmap 2.2.5",
"linkerd-error",
"linkerd-metrics",
"linkerd-pool-p2c",
Expand Down
4 changes: 1 addition & 3 deletions linkerd/proxy/balance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ license = "Apache-2.0"
publish = false

[dependencies]
ahash = "0.8"
futures = { version = "0.3", default-features = false }
indexmap = "2"
rand = "0.8"
tokio = { version = "1", features = ["rt", "sync", "time"] }
tokio = { version = "1", features = ["time"] }
tracing = "0.1"

linkerd-error = { path = "../../error" }
Expand Down

0 comments on commit b0d2370

Please sign in to comment.