chore(deps): `tower` is a workspace dependency (#3718)

pr #3715 missed a small handful of cargo dependencies. this commit marks
these so that they also use the workspace-level tower version.

Signed-off-by: katelyn martin <kate@buoyant.io>
This commit is contained in:
katelyn martin 2025-03-08 13:17:51 -05:00 committed by GitHub
parent 09ecbd79b7
commit 4f24b84ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ linkerd-app-inbound = { path = "../inbound" }
linkerd-tracing = { path = "../../tracing" }
[dependencies.tower]
version = "0.4"
workspace = true
default-features = false
features = [
"buffer",

View File

@ -74,7 +74,7 @@ linkerd-tls = { path = "../../tls" }
linkerd-trace-context = { path = "../../trace-context" }
[dependencies.tower]
version = "0.4"
workspace = true
default-features = false
features = ["make", "spawn-ready", "timeout", "util", "limit"]

View File

@ -21,7 +21,7 @@ linkerd-pool = { path = ".." }
linkerd-stack = { path = "../../stack" }
[dependencies.tower]
version = "0.4.13"
workspace = true
default-features = false
features = ["load", "ready-cache"]

View File

@ -20,6 +20,6 @@ linkerd-proxy-balance-queue = { path = "queue" }
linkerd-stack = { path = "../../stack" }
[dependencies.tower]
version = "0.4.13"
workspace = true
default-features = false
features = ["load"]

View File

@ -14,6 +14,6 @@ futures = { version = "0.3", default-features = false }
linkerd-error = { path = "../../error" }
[dependencies.tower]
version = "0.4"
workspace = true
default-features = false
features = ["util"]