diff --git a/Cargo.toml b/Cargo.toml index bb7176fbc..799827b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ futures = "0.3.30" futures-core = "0.3.30" hostname = "0.3.1" http = "0.2.11" -hyper = "0.14.28" +hyper = "1.2.0" insta = { version = "1.35.1", features = ["yaml", "toml", "redactions"] } k8s-openapi = { version = "0.21.1", features = ["latest", "schemars"] } kube = { version = "0.88.1", features = ["runtime", "client", "derive" ] }