Skip to content

Commit d4df10b

Browse files
authored
chore(policy-controller): remove unused hyper dependency (#14852)
i noticed while investigating something that `linerd-policy-controller-grpc` included a dependency upon `hyper` that is not used. this commit removes it. Signed-off-by: katelyn martin <kate@buoyant.io>
1 parent 838e0e2 commit d4df10b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,6 @@ dependencies = [
14001400
"drain",
14011401
"futures",
14021402
"http",
1403-
"hyper",
14041403
"linkerd-policy-controller-core",
14051404
"linkerd2-proxy-api",
14061405
"maplit",

policy-controller/grpc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ async-trait = "0.1"
1111
drain = "0.2"
1212
futures = { version = "0.3", default-features = false }
1313
http = { workspace = true }
14-
hyper = { workspace = true, features = ["http2", "server"] }
1514
maplit = "1"
1615
prometheus-client = { workspace = true }
1716
prost-types = "0.14"

0 commit comments

Comments
 (0)