Skip to content

Commit

Permalink
Merge pull request #59 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
flavio authored Sep 11, 2023
2 parents 1b179ff + 870084d commit 0f13e56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -10,9 +10,9 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
k8s-openapi = { version = "0.19.0", default_features = false, features = ["v1_24"] }
k8s-openapi = { version = "0.20.0", default_features = false, features = ["v1_24"] }
serde_json = "1.0"
kubewarden-policy-sdk = "0.9.7"
kubewarden-policy-sdk = "0.9.8"

[dev-dependencies]
serde_yaml = "0.9"

0 comments on commit 0f13e56

Please sign in to comment.