From 801801f9e31fcd0987c7722c3d698b87208f17a5 Mon Sep 17 00:00:00 2001 From: Fabrizio Sestito Date: Wed, 22 May 2024 13:34:09 +0200 Subject: [PATCH] build(deps): bump policy-evaluator version to v0.17.3 Signed-off-by: Fabrizio Sestito --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c07415ed..c3aca5f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,7 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "burrego" version = "0.3.4" -source = "git+https://github.com/kubewarden/policy-evaluator?tag=v0.17.2#e505f91e2cfc09a133e15f5988debd8150909751" +source = "git+https://github.com/kubewarden/policy-evaluator?tag=v0.17.3#aeca44baca933a132f95e42754c04c3139090e8f" dependencies = [ "base64 0.22.1", "chrono", @@ -3479,8 +3479,8 @@ dependencies = [ [[package]] name = "policy-evaluator" -version = "0.17.2" -source = "git+https://github.com/kubewarden/policy-evaluator?tag=v0.17.2#e505f91e2cfc09a133e15f5988debd8150909751" +version = "0.17.3" +source = "git+https://github.com/kubewarden/policy-evaluator?tag=v0.17.3#aeca44baca933a132f95e42754c04c3139090e8f" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 38b1d893..f5ec3dad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ pem = "3" pulldown-cmark-mdcat = { version = "2.1.2", default-features = false, features = [ "regex-fancy", ] } -policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.17.2" } +policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.17.3" } rustls-pki-types = { version = "1", features = ["alloc"] } prettytable-rs = "^0.10" pulldown-cmark = { version = "0.9.3", default-features = false }