Skip to content

Commit

Permalink
Merge pull request #248 from flavio/update-policy-evaluator
Browse files Browse the repository at this point in the history
Update to latest release of policy-evaluator
  • Loading branch information
flavio authored Jun 21, 2022
2 parents 29547be + f5a9ed8 commit fa96aa2
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 fa96aa2

Please sign in to comment.