Skip to content

Commit 9235462

Browse files
committed
chore(deps): address hyper deprecations in policy-controller-grpc
Signed-off-by: katelyn martin <me+cratelyn@katelyn.world>
1 parent 375066b commit 9235462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy-controller/grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async-trait = "0.1"
1111
http = "0.2"
1212
drain = "0.1"
1313
futures = { version = "0.3", default-features = false }
14-
hyper = { version = "0.14", features = ["http2", "server", "tcp"] }
14+
hyper = { version = "0.14", features = ["backports", "deprecated", "http2", "server", "tcp"] }
1515
linkerd-policy-controller-core = { path = "../core" }
1616
maplit = "1"
1717
prost-types = "0.12.6"

0 commit comments

Comments
 (0)