From 2bb0b4fee24640ef9ab6fcc5ccaf3d0c484429fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 01:07:49 +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 +- crates/versions/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3af61cd..4cb7232 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.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.8 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.5 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.8 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/deprecated-api-versions diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11a208c..bfa736a 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.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.8 diff --git a/Cargo.lock b/Cargo.lock index 7ad6011..da040bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,9 +283,9 @@ checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" [[package]] name = "kubewarden-policy-sdk" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2b5f89a2e97652ca998205c3aaffbdfcf35feadc37580e06fb77fd7ca5abfbc" +checksum = "845b954c96cafeeb0ead2c558a0d1d961a514552740e660fb16a0750d7fc9497" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d621bc2..1936f13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0" lazy_static = "1.4" -kubewarden-policy-sdk = { version = "0.9.5", default_features = false } +kubewarden-policy-sdk = { version = "0.9.6", default_features = false } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" diff --git a/crates/versions/Cargo.toml b/crates/versions/Cargo.toml index a394ce4..af1f663 100644 --- a/crates/versions/Cargo.toml +++ b/crates/versions/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] anyhow = "1.0" -kubewarden-policy-sdk = { version = "0.9.5", default_features = false } +kubewarden-policy-sdk = { version = "0.9.6", default_features = false } lazy_static = "1.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"