diff --git a/Cargo.toml b/Cargo.toml index 5250dfd..f8b27f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ convert_case = "0.6.0" data-encoding = "2.5.0" dirs = "5.0.1" json_comments = "0.2.2" -k8s-openapi = { version = "0.21.1", default-features = false, features = ["schemars", "v1_28"] } +k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_28"] } kube = { version = "0.90.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } notify = "6.1.1" oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] }