diff --git a/Cargo.toml b/Cargo.toml index d56ad41..22257e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ crossbeam = "0.7" docopt = "1.0" either = "1.5" futures = "0.3" -k8s-openapi = { version = "0.7", default-features = false, features = ["v1_15"], optional = true } +k8s-openapi = { version = "0.11", default-features = false, features = ["v1_15"], optional = true } kube = { version = "0.27", features = ["openapi"], optional = true } log = "0.4" notifier = { version = "0.1", features = ["tcp_typed"] }