From 759cf744d817cef29a7574d24a2271efb8ca0d54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:04:04 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/tests.yml | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e974d1d..c807f59 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.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.6 release: needs: test @@ -22,7 +22,7 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.4.6 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/allow-privilege-escalation-psp diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da33b6a..762c69b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,4 +5,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.6 diff --git a/Cargo.lock b/Cargo.lock index d2d69b3..267b7be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "kubewarden-policy-sdk" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8be8ac5470418e3f5505c59a98bd96fe7a4f7647d55b24eab5c56129974d38" +checksum = "b5b2bd012da95c9639411ecfd6af54586fc9851573def3feca06f276a5423aee" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index df9e9fe..5f9ecf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ k8s-openapi = { version = "0.24.0", default-features = false, features = [ "v1_32", ] } serde_json = "1.0" -kubewarden-policy-sdk = "0.12.0" +kubewarden-policy-sdk = "0.13.0" [dev-dependencies] serde_yaml = "0.9"