Skip to content

Commit

Permalink
fix(deps): update rust crate k8s-openapi to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 4291749 commit fc299f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit fc299f8

Please sign in to comment.