Skip to content

Commit

Permalink
build(deps): bump policy-evaluator from v0.11.4 to v0.11.5
Browse files Browse the repository at this point in the history
Bumps [policy-evaluator](https://github.com/kubewarden/policy-evaluator) from v0.11.4 to v0.11.5.
- [Commits](kubewarden/policy-evaluator@d65e2e7...d8b7d5e)

---
updated-dependencies:
- dependency-name: policy-evaluator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent c5c3d14 commit 9b91029
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 26 deletions.
103 changes: 78 additions & 25 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 @@ -22,7 +22,7 @@ num_cpus = "1.16.0"
opentelemetry-otlp = { version = "0.10.0", features = ["metrics", "tonic"] }
opentelemetry = { version = "0.17", default-features = false, features = ["metrics", "trace", "rt-tokio", "serialize"] }
procfs = "0.15"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.11.4" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.11.5" }
rayon = "1.6"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 9b91029

Please sign in to comment.