Skip to content

Commit

Permalink
fix(deps): update rust crate k8s-openapi to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 3943ac2 commit 96d612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0"
k8s-openapi = { version = "0.20.0", default_features = false, features = [
k8s-openapi = { version = "0.21.0", default_features = false, features = [
"v1_27",
] }
kubewarden-policy-sdk = "0.9.9"
Expand Down

0 comments on commit 96d612b

Please sign in to comment.