diff --git a/Cargo.toml b/Cargo.toml index b678edf..0996cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = [] experimental = [] [dependencies] -kube = { version = "0.98", default-features = false, features = ["derive"] } +kube = { version = "0.99", default-features = false, features = ["derive"] } k8s-openapi = { version = "0.24", features = ["schemars"] } schemars = { version = "0.8", features = ["derive"] } serde = { version = "1", features = ["derive"] } diff --git a/integration/Cargo.toml b/integration/Cargo.toml index a2c5fa6..7ca8666 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.98" +version = "0.99" default-features = false features = ["client", "openssl-tls", "runtime", "ws"]