Skip to content

Commit 4f24b84

Browse files
authored
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>
1 parent 09ecbd7 commit 4f24b84

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

linkerd/app/admin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ linkerd-app-inbound = { path = "../inbound" }
3333
linkerd-tracing = { path = "../../tracing" }
3434

3535
[dependencies.tower]
36-
version = "0.4"
36+
workspace = true
3737
default-features = false
3838
features = [
3939
"buffer",

linkerd/app/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ linkerd-tls = { path = "../../tls" }
7474
linkerd-trace-context = { path = "../../trace-context" }
7575

7676
[dependencies.tower]
77-
version = "0.4"
77+
workspace = true
7878
default-features = false
7979
features = ["make", "spawn-ready", "timeout", "util", "limit"]
8080

linkerd/pool/p2c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ linkerd-pool = { path = ".." }
2121
linkerd-stack = { path = "../../stack" }
2222

2323
[dependencies.tower]
24-
version = "0.4.13"
24+
workspace = true
2525
default-features = false
2626
features = ["load", "ready-cache"]
2727

linkerd/proxy/balance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ linkerd-proxy-balance-queue = { path = "queue" }
2020
linkerd-stack = { path = "../../stack" }
2121

2222
[dependencies.tower]
23-
version = "0.4.13"
23+
workspace = true
2424
default-features = false
2525
features = ["load"]

linkerd/proxy/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ futures = { version = "0.3", default-features = false }
1414
linkerd-error = { path = "../../error" }
1515

1616
[dependencies.tower]
17-
version = "0.4"
17+
workspace = true
1818
default-features = false
1919
features = ["util"]

0 commit comments

Comments
 (0)