diff --git a/gateway-api/Cargo.toml b/gateway-api/Cargo.toml index 09e0a74..be5dea8 100644 --- a/gateway-api/Cargo.toml +++ b/gateway-api/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/kube-rs/gateway-api-rs" edition = "2021" [dependencies] -kube = { version = "^0.88.1", default-features = false, features = ["derive"] } +kube = { version = "^0.94.1", default-features = false, features = ["derive"] } k8s-openapi = { version = "0.21.1" } schemars = "0.8.21" serde = { version = "1.0.203", features = ["derive"] } @@ -24,7 +24,7 @@ once_cell = "1.19.0" [dev-dependencies] anyhow = "1.0.86" hyper = "0.14.29" -kube = { version = "^0.88.1" } +kube = { version = "^0.94.1" } k8s-openapi = { version = "0.21.1" , features = ["v1_29", "schemars"] } tokio = { version = "1.38.0", features = ["macros"] } tower = "0.4.13"