diff --git a/Cargo.toml b/Cargo.toml index fb5f167..a264dc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ async-recursion = "1.1.1" clap = { version = "4.5.4", features = ["derive", "env"] } env_logger = "0.11.3" futures = "0.3.30" -k8s-openapi = { version = "0.23.0", features = ["v1_30"] } +k8s-openapi = { version = "0.27.0", features = ["v1_30"] } kube = { version = "0.97.0", default-features = false, features = ["runtime", "derive", "client", "rustls-tls", "ws"] } #todo: ws in only required in dev log = "0.4.21" postgres-protocol = "0.6.6"