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 Jan 27, 2025
1 parent 90fb5b4 commit b41eaa2
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 @@ -14,13 +14,13 @@ anyhow = "1.0"
k8s-openapi = { version = "0.24.0", default-features = false, features = [
"v1_32",
] }
kubewarden-policy-sdk = "0.11.3"
kubewarden-policy-sdk = "0.12.0"
lazy_static = "1.4"
pem = "3.0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
slog = "2.7"
validator = { version = "0.19", features = ["derive"] }
validator = { version = "0.20", features = ["derive"] }
wildmatch = "2.3.3"

[dev-dependencies]
Expand Down

0 comments on commit b41eaa2

Please sign in to comment.