Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent fb82009 commit 41b32c4
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 @@ -11,8 +11,8 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0"
k8s-openapi-derive = "0.21.1"
k8s-openapi = { version = "0.21.1", features = ["schemars", "v1_29"] }
k8s-openapi-derive = "0.22.0"
k8s-openapi = { version = "0.22.0", features = ["schemars", "v1_29"] }
kubewarden-policy-sdk = "0.10.0"
lazy_static = "1.4"
schemars = { version = "0.8", features = ["impl_json_schema"] }
Expand Down

0 comments on commit 41b32c4

Please sign in to comment.