From 46edf2d98b534f2e8bf55f930e032a6c3ec2186b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:49:47 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae3aeb2..f60d6dd 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.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.2.0 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.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.2.0 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 fb657cd..b482738 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.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.2.0 with: artifacthub: false diff --git a/Cargo.lock b/Cargo.lock index 3b41be2..05ac973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,9 +446,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "itoa", "ryu",