Skip to content

Commit

Permalink
chore(deps): update wasmtime
Browse files Browse the repository at this point in the history
Use latest version of policy-evaluator. This is required to bump
wasmtime dependencies

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Oct 25, 2024
1 parent e8bb5d3 commit 1542bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pem = "3"
pulldown-cmark-mdcat = { version = "2.5.0", default-features = false, features = [
"regex-fancy",
] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.2" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.3" }
rustls-pki-types = { version = "1", features = ["alloc"] }
prettytable-rs = "^0.10"
pulldown-cmark = { version = "0.12.1", default-features = false }
Expand Down

0 comments on commit 1542bcd

Please sign in to comment.