Skip to content

Commit 67dc85a

Browse files
authored
chore(app/test): remove unused dependencies (#3932)
`linkerd-app-test` relies on some dependencies that are unused. this commit removes these dependencies from the crate's manifest. see #3928 and #3929. Signed-off-by: katelyn martin <kate@buoyant.io>
1 parent ea6f407 commit 67dc85a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,20 +1732,17 @@ name = "linkerd-app-test"
17321732
version = "0.1.0"
17331733
dependencies = [
17341734
"futures",
1735-
"h2",
17361735
"http",
17371736
"http-body",
17381737
"http-body-util",
17391738
"hyper",
17401739
"hyper-util",
17411740
"linkerd-app-core",
17421741
"linkerd-http-route",
1743-
"linkerd-identity",
17441742
"linkerd-io",
17451743
"linkerd-proxy-client-policy",
17461744
"parking_lot",
17471745
"pin-project",
1748-
"regex",
17491746
"thiserror 2.0.12",
17501747
"tokio",
17511748
"tokio-stream",

linkerd/app/test/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,17 @@ client-policy = ["linkerd-proxy-client-policy", "tonic", "linkerd-http-route"]
1414

1515
[dependencies]
1616
futures = { version = "0.3", default-features = false }
17-
h2 = { workspace = true }
1817
http = { workspace = true }
1918
http-body = { workspace = true }
2019
http-body-util = { workspace = true }
2120
hyper = { workspace = true, features = ["http1", "http2"] }
2221
hyper-util = { workspace = true, features = ["tokio"] }
2322
linkerd-app-core = { path = "../core" }
2423
linkerd-http-route = { path = "../../http/route", optional = true }
25-
linkerd-identity = { path = "../../identity" }
2624
linkerd-proxy-client-policy = { path = "../../proxy/client-policy", optional = true }
2725
linkerd-io = { path = "../../io", features = ["tokio-test"] }
2826
parking_lot = "0.12"
2927
pin-project = "1"
30-
regex = "1"
3128
tokio = { version = "1", features = ["io-util", "net", "rt", "sync"] }
3229
tokio-test = "0.4"
3330
tokio-stream = { version = "0.1", features = ["sync"] }

0 commit comments

Comments
 (0)