diff --git a/Cargo.toml b/Cargo.toml index 4d37e3b..dfd7804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_yaml = "0.9.27" [dev-dependencies] anyhow = "1.0.75" -hyper = "0.14.27" +hyper = "1.0.1" kube = { version = "^0.87.1" } k8s-openapi = { version = "0.20.0" , features = ["v1_28"] } tokio = { version = "1.34.0", features = ["macros"] }