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:
parent
09ecbd79b7
commit
4f24b84ee0
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue