Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
Use latest stable release of policy-evaluator

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Mar 15, 2023
1 parent 4820826 commit 38c41bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ lazy_static = "1.4.0"
# native-ssl. Using the rustls instead. Otherwise, the build will fail due the
# missing OpenSSL lib.
mdcat = { version = "1.0", default-features = false, features = ["static"] }
#policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.6.3" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", branch = "context-aware" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.9.0" }
pretty-bytes = "0.2.2"
prettytable-rs = "^0.10"
pulldown-cmark = { version = "0.9.2", default-features = false }
Expand Down

0 comments on commit 38c41bd

Please sign in to comment.