From ba5be76df6f25c9b1063f9651c059a94c570a6a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:07:15 +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 3dd3a35..78410fd 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.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.6 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.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.4.6 with: oci-target: ghcr.io/kubewarden/tests/raw-validation-policy artifacthub: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c85f3de..68ad78a 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.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.6 with: artifacthub: false diff --git a/Cargo.lock b/Cargo.lock index 7363b65..20b10ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,9 +189,9 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[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 606f83f..685d7ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -kubewarden-policy-sdk = { version = "0.12", default-features = false } +kubewarden-policy-sdk = { version = "0.13", default-features = false } lazy_static = "1.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"