From 533af23e76f29d0f2e5e5dfb06aac8e22ce0afb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:34:50 +0000 Subject: [PATCH] chore(deps): update regex --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32af1e2..a349026 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Install development tools uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694 with: - tool: cargo-deny@0.16.1, cargo-udeps@0.1.50, cargo-hack@0.6.31 + tool: cargo-deny@0.16.3, cargo-udeps@0.1.53, cargo-hack@0.6.33 - name: Install Rust linters run: rustup component add clippy rustfmt - name: Run checks @@ -58,7 +58,7 @@ jobs: - name: Install development tools uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694 with: - tool: cargo-hack@0.6.31 + tool: cargo-hack@0.6.33 - name: Run tests run: cargo hack --feature-powerset test --locked coverage: @@ -72,7 +72,7 @@ jobs: - name: Install development tools uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694 with: - tool: cargo-llvm-cov@0.6.13, cargo-hack@0.6.31 + tool: cargo-llvm-cov@0.6.14, cargo-hack@0.6.33 - name: Create directories run: mkdir -p target/llvm-cov/lcov - name: Generate code coverage