diff --git a/Cargo.toml b/Cargo.toml index 24ece11..921b821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ cfg-if = "1.0" # This however can lead to issues when executing commands like # cargo `build|check|doc`. That's because the `k8s-openapi` is specified again # inside of the `dev-dependencies`, this time with a k8s feature enabled -k8s-openapi = { version = "0.23.0", default-features = false, optional = true } +k8s-openapi = { version = "0.24.0", default-features = false, optional = true } num = "0.4" num-derive = "0.4" num-traits = "0.2" @@ -54,7 +54,7 @@ oci-spec = "0.7.0" assert-json-diff = "2.0.2" mockall = "0.13.0" serial_test = "3.1.1" -k8s-openapi = { version = "0.23.0", default-features = false, features = [ +k8s-openapi = { version = "0.24.0", default-features = false, features = [ "v1_31", ] } jsonpath_lib = "0.3.0"