Skip to content

Commit

Permalink
Merge pull request #134 from kubewarden/renovate/k8s-openapi-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate k8s-openapi to 0.23.0
  • Loading branch information
flavio authored Sep 17, 2024
2 parents e37336e + c2c5cad commit 0aa38d9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 12 deletions.
54 changes: 44 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0"
k8s-openapi = { version = "0.22.0", default_features = false, features = [
k8s-openapi = { version = "0.23.0", default_features = false, features = [
"v1_29",
] }
kubewarden-policy-sdk = "0.11.0"
kubewarden-policy-sdk = "0.11.1"
lazy_static = "1.4"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 0aa38d9

Please sign in to comment.