From b463abde6b0e9617834003739d0b93d86540c02a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:16:23 +0000 Subject: [PATCH] fix(deps): update all patchlevel dependencies --- .github/workflows/ci.yml | 2 +- .github/workflows/sbom.yml | 4 ++-- Cargo.lock | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69c27121..abb8a3e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: profile: minimal toolchain: stable override: true - - uses: kubewarden/github-actions/tarpaulin-install@5eea0bfad475f7b24620b26208b121c545ef21f1 # v3.1.19 + - uses: kubewarden/github-actions/tarpaulin-install@c4bb8252c65aaf09360b99defd8a457effb8ca6e # v3.1.20 - name: Generate unit-tests coverage run: make coverage-unit-tests - name: Upload unit-tests coverage to Codecov diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index a0a5ecbf..5ebac9a9 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -28,10 +28,10 @@ jobs: uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0 - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@5eea0bfad475f7b24620b26208b121c545ef21f1 # v3.1.19 + uses: kubewarden/github-actions/syft-installer@c4bb8252c65aaf09360b99defd8a457effb8ca6e # v3.1.20 - name: Install the crane command - uses: kubewarden/github-actions/crane-installer@5eea0bfad475f7b24620b26208b121c545ef21f1 # v3.1.19 + uses: kubewarden/github-actions/crane-installer@c4bb8252c65aaf09360b99defd8a457effb8ca6e # v3.1.20 - name: Login to GitHub Container Registry uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 diff --git a/Cargo.lock b/Cargo.lock index dcac9b25..210dcc68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,18 +720,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.4" +version = "4.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df" dependencies = [ "anstream", "anstyle", @@ -4050,9 +4050,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr",