From 83ca4578e78959c6f472d25fd34f18228315b6c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 05:29:00 +0000 Subject: [PATCH] :arrow_up: - Update dependencies (patch) --- .github/workflows/bench.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/detect-workspaces.yml | 2 +- .github/workflows/test-psql.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 6f8cc00..5c0003d 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -35,7 +35,7 @@ jobs: - uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b with: toolchain: ${{ needs.read-toolchain.outputs.channel }} - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 with: shared-key: ${{ matrix.workspace }} - name: Bench diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b914703..3a6bedb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -29,7 +29,7 @@ jobs: with: toolchain: ${{ needs.read-toolchain.outputs.channel }} components: clippy, rustfmt - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 with: shared-key: ${{ matrix.workspace }} - name: Format check diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fdde2f0..c2010f2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,7 +39,7 @@ jobs: - uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b with: toolchain: ${{ needs.read-toolchain.outputs.channel }} - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 - uses: taiki-e/install-action@cargo-llvm-cov - name: Generate coverage run: cargo llvm-cov --all-features --lcov --verbose --workspace --output-path coverage.lcov diff --git a/.github/workflows/detect-workspaces.yml b/.github/workflows/detect-workspaces.yml index b650e49..d8fd168 100644 --- a/.github/workflows/detect-workspaces.yml +++ b/.github/workflows/detect-workspaces.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: baptiste0928/cargo-install@e38323ef017552d7f7af73a3f4db467f278310ed # v3.3.1 + - uses: baptiste0928/cargo-install@b687c656bda5733207e629b50a22bf68974a0305 # v3.3.2 with: crate: cargo-workspaces - id: set-matrix diff --git a/.github/workflows/test-psql.yml b/.github/workflows/test-psql.yml index 57cc7b3..56e6aab 100644 --- a/.github/workflows/test-psql.yml +++ b/.github/workflows/test-psql.yml @@ -42,7 +42,7 @@ jobs: with: toolchain: ${{ needs.read-toolchain.outputs.channel }} components: clippy, rustfmt - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 with: shared-key: ${{ inputs.workspace }} - name: Format check