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 <[email protected]>
  • Loading branch information
flavio committed Sep 23, 2024
1 parent 74fdc0c commit 0c576ae
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 16 deletions.
74 changes: 60 additions & 14 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,10 +10,10 @@ edition = "2018"
crate-type = ["cdylib"]

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

0 comments on commit 0c576ae

Please sign in to comment.