Skip to content

Commit fdc242e

Browse files
authored
Merge pull request #989 from flavio/update-policy-evaluator
chore(deps): update policy-evaluator
2 parents 106c00a + df4e810 commit fdc242e

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

Cargo.lock

+8-19
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.27.0", default-features = false, features = [
2929
] }
3030
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
3131
pprof = { version = "0.14", features = ["prost-codec"] }
32-
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.4" }
32+
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.5" }
3333
rustls = { version = "0.23", default-features = false, features = [
3434
"ring",
3535
"logging",

0 commit comments

Comments
 (0)