From daea389dc17409d6a679ffbd36811a7b134a6f8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:08:44 +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 39cdf7b..15cb4c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.12 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.14 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.12 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.14 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/allowed-proc-mount-types-psp diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ee39dd..0730471 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.12 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.14 diff --git a/Cargo.toml b/Cargo.toml index 4884c35..b6efb09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -k8s-openapi = { version = "0.20.0", features = ["v1_24"] } +k8s-openapi = { version = "0.21.0", features = ["v1_24"] } kubewarden-policy-sdk = "0.9.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"