diff --git a/Cargo.toml b/Cargo.toml index 8520f25..280dcce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_yaml = "0.9.30" [dev-dependencies] anyhow = "1.0.79" -hyper = "0.14.28" +hyper = "1.2.0" kube = { version = "^0.88.0" } k8s-openapi = { version = "0.21.0" , features = ["v1_29"] } tokio = { version = "1.35.1", features = ["macros"] }