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 03beadd commit 58f4784
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 13 deletions.
58 changes: 46 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
jmespath = "0.3"
kubewarden-policy-sdk = { version = "0.11", default-features = false }
kubewarden-policy-sdk = { version = "0.11.1", default-features = false }
lazy_static = "1.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 58f4784

Please sign in to comment.