Skip to content

Commit

Permalink
chore(deps): fix broken deps
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Sep 23, 2024
1 parent b06cee6 commit 9b85d51
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 9 deletions.
84 changes: 78 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
k8s-openapi = { version = "0.23.0", default_features = false, features = [
"v1_29",
k8s-openapi = { version = "0.23.0", default-features = false, features = [
"v1_30",
] }
kubewarden-policy-sdk = "0.11.0"
kubewarden-policy-sdk = "0.11.1"
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 9b85d51

Please sign in to comment.