Skip to content

Commit

Permalink
Merge pull request #1070 from fabriziosestito/build/bump-policy-evalu…
Browse files Browse the repository at this point in the history
…ator-to-v0.19.10

build(deps): bump policy-evaluator to v0.19.10
  • Loading branch information
fabriziosestito authored Feb 5, 2025
2 parents 9ade4e5 + e5552f5 commit 68761c2
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 55 deletions.
105 changes: 52 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kwctl"
description = "Tool to manage Kubewarden policies"
version = "1.21.0"
version = "1.21.1"
authors = ["Kubewarden Developers <kubewarden@suse.de>"]
edition = "2021"

Expand All @@ -22,7 +22,7 @@ k8s-openapi = { version = "0.24.0", default-features = false, features = [
lazy_static = "1.4.0"
pem = "3"
pulldown-cmark-mdcat = { version = "2.7.1", default-features = false }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.9" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.10" }
rustls-pki-types = { version = "1", features = ["alloc"] }
prettytable-rs = "^0.10"
pulldown-cmark = { version = "0.12.1", default-features = false }
Expand Down

0 comments on commit 68761c2

Please sign in to comment.