diff --git a/Cargo.toml b/Cargo.toml index d0a724b..e44fb93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = [] experimental = [] [dependencies] -kube = { version = "0.87", default-features = false, features = ["derive"] } +kube = { version = "0.90", default-features = false, features = ["derive"] } k8s-openapi = { version = "0.20", features = ["schemars"] } schemars = { version = "0.8", features = ["derive"] } serde = { version = "1", features = ["derive"] } diff --git a/integration/Cargo.toml b/integration/Cargo.toml index ad98692..907653c 100644 --- a/integration/Cargo.toml +++ b/integration/Cargo.toml @@ -12,6 +12,6 @@ tracing = "0.1" k8s-gateway-api = { path = ".." } [dev-dependencies.kube] -version = "0.87" +version = "0.90" default-features = false features = ["client", "openssl-tls", "runtime", "ws"]