From c379ed60cdef7d76943e00fe90591652c496602c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 6 May 2024 14:12:22 +0000
Subject: [PATCH] fix(deps): update all non-major dependencies

---
 .github/workflows/release.yml | 4 ++--
 .github/workflows/test.yml    | 2 +-
 Cargo.toml                    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0bf7a6b..14a591b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,7 +11,7 @@ name: Release policy
 jobs:
   test:
     name: run tests and linters
-    uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.18
+    uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.19
     with:
       artifacthub: false
 
@@ -25,7 +25,7 @@ jobs:
       # Required by cosign keyless signing
       id-token: write
 
-    uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.18
+    uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.19
     with:
       oci-target: ghcr.io/kubewarden/tests/context-aware-test-policy
       artifacthub: false
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1c23463..87fcbb7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,6 +3,6 @@ name: Continuous integration
 jobs:
   test:
     name: run tests and linters
-    uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.18
+    uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.19
     with:
       artifacthub: false
diff --git a/Cargo.toml b/Cargo.toml
index e76ed1e..24a634b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
 crate-type = ["cdylib"]
 
 [dependencies]
-k8s-openapi = { version = "0.21.1", default_features = false, features = [
+k8s-openapi = { version = "0.22.0", default_features = false, features = [
   "v1_29",
 ] }
 kubewarden-policy-sdk = "0.10.0"