Skip to content

Commit

Permalink
Merge pull request #932 from flavio/update-policy-evaluator
Browse files Browse the repository at this point in the history
chore(deps): bump policy-evaluator
  • Loading branch information
viccuad authored Sep 30, 2024
2 parents f0bb102 + 807b7c1 commit 2a9ef19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 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 @@ -29,7 +29,7 @@ opentelemetry = { version = "0.24.0", default-features = false, features = [
] }
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
pprof = { version = "0.13", features = ["prost-codec"] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.1" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.2" }
rustls = { version = "0.23", default-features = false, features = [
"ring",
"logging",
Expand Down

0 comments on commit 2a9ef19

Please sign in to comment.