Skip to content

Commit 33432fe

Browse files
committed
chore(deps): address hyper deprecations in policy-controller-runtime
Signed-off-by: katelyn martin <[email protected]>
1 parent 9235462 commit 33432fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy-controller/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait = "0.1"
1919
drain = "0.1"
2020
futures = { version = "0.3", default-features = false }
2121
k8s-openapi = { workspace = true }
22-
hyper = { version = "0.14", features = ["http1", "http2", "runtime", "server"] }
22+
hyper = { version = "0.14", features = ["backports", "deprecated", "http1", "http2", "runtime", "server"] }
2323
ipnet = { version = "2", default-features = false }
2424
openssl = { version = "0.10.68", optional = true }
2525
parking_lot = "0.12"

0 commit comments

Comments
 (0)