From 8ba4cc45d49a0b7a63c622133bef00eca73eccda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:46:35 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.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 09bd956..f17ef23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ name: Release policy 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,6 +22,6 @@ 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/verify-image-signatures diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0185642..c1fd783 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.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 04bf35a..bd89976 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,9 +485,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 c05626d..015b308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0" k8s-openapi = { version = "0.24.0", default-features = false, features = [ "v1_32", ] } -kubewarden-policy-sdk = "0.12.0" +kubewarden-policy-sdk = "0.13.0" lazy_static = "1.4" pem = "3.0.4" serde_json = "1.0"