Skip to content

Commit

Permalink
chore(deps): use latest version of KW SDK
Browse files Browse the repository at this point in the history
This is required to fix building

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 30, 2024
1 parent 498feea commit 729cca3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 44 deletions.
85 changes: 43 additions & 42 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 @@ -13,8 +13,8 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
k8s-openapi = { version = "0.23.0", features = ["v1_29"] }
kubewarden-policy-sdk = "0.11.0"
k8s-openapi = { version = "0.23.0", features = ["v1_31"] }
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 729cca3

Please sign in to comment.