Skip to content

Commit

Permalink
Merge pull request #95 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
viccuad authored Jan 3, 2025
2 parents 24afbec + 7dfa049 commit 621b23b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
k8s-openapi = { version = "0.23.0", default-features = false, features = [
"v1_30",
k8s-openapi = { version = "0.24.0", default-features = false, features = [
"v1_32",
] }
serde_json = "1.0"
kubewarden-policy-sdk = "0.11.1"
kubewarden-policy-sdk = "0.11.3"

[dev-dependencies]
serde_yaml = "0.9"

0 comments on commit 621b23b

Please sign in to comment.