Skip to content

Commit

Permalink
Update to latest release of policy-evaluator
Browse files Browse the repository at this point in the history
Consume the latest stable release

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Jun 21, 2022
1 parent 29547be commit f5a9ed8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 75 deletions.
85 changes: 11 additions & 74 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 @@ -18,7 +18,7 @@ itertools = "0.10.3"
k8s-openapi = { version = "0.15.0", default-features = false, features = ["v1_24"] }
lazy_static = "1.4.0"
mdcat = "0.27.1"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.3.7" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.4.0" }
pretty-bytes = "0.2.2"
prettytable-rs = "^0.8"
pulldown-cmark = { version = "0.9.1", default-features = false }
Expand Down

0 comments on commit f5a9ed8

Please sign in to comment.