Skip to content

Commit 2a7f731

Browse files
committed
chore(deps): update policy-evaluator
This is required to fix building with muslc Signed-off-by: Flavio Castelli <fcastelli@suse.com>
1 parent ac5ea7b commit 2a7f731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0" }
32+
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.17.1" }
3333
rustls-pki-types = { version = "1", features = ["alloc"] }
3434
rayon = "1.10"
3535
regex = "1.10"

0 commit comments

Comments
 (0)