Skip to content

Commit 7e133b5

Browse files
committedJun 20, 2024
chore(deps): update policy-evaluator version to v0.18.0.
Updates the policy-evaluator version in the Cargo files to v0.18.0 Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
1 parent dc9ac3b commit 7e133b5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ opentelemetry = { version = "0.22.0", default-features = false, features = [
2929
] }
3030
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
3131
pprof = { version = "0.13", features = ["prost-codec"] }
32-
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.17.7" }
32+
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.18.0" }
3333
rustls-pki-types = { version = "1", features = ["alloc"] }
3434
rayon = "1.10"
3535
regex = "1.10"

0 commit comments

Comments
 (0)
Please sign in to comment.