From 771d53efaeb255b209d11cc710785422404d08ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:54:47 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- Cargo.lock | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4994f9..fca103d 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.3.0 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.1 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.3.0 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.1 with: oci-target: ghcr.io/kubewarden/policies/persistentvolumeclaim-storageclass-policy diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c933b1..fbd310b 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.3.0 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.1 diff --git a/Cargo.lock b/Cargo.lock index 31486aa..5c4b9bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -696,11 +696,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" dependencies = [ "itoa", + "memchr", "ryu", "serde", ]