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 Sep 16, 2024
1 parent 462d381 commit 3e4ebc3
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 @@ -13,14 +13,14 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
k8s-openapi = { version = "0.22.0", features = ["v1_29"] }
k8s-openapi = { version = "0.23.0", features = ["v1_29"] }
kubewarden-policy-sdk = "0.11.0"
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
slog = "2.7"
anyhow = "1.0"
oci-spec = "0.6.5"
oci-spec = "0.7.0"

[dev-dependencies]
jsonpath_lib = "0.3.0"
Expand Down

0 comments on commit 3e4ebc3

Please sign in to comment.