From 35e9d3b033636cda6491c714df818e82b12bd266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:42:25 +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 eae6052..142a4df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,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 @@ -24,6 +24,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/kubewarden/policies/image-cve-policy 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 912a727..e02f929 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,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 380edf9..6695d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ k8s-openapi = { version = "0.24.0", default-features = false, features = [ "latest", ] } k8s-openapi-derive = "0.24.0" -kubewarden-policy-sdk = "0.12.0" +kubewarden-policy-sdk = "0.13.0" lazy_static = "1.5" oci-spec = "0.7.1" schemars = { version = "0.8", features = ["impl_json_schema"] }