From d4d87cb0af7d97d66361f5b7be3b5ba4540e1303 Mon Sep 17 00:00:00 2001 From: "slnc-renovate-ci[bot]" <264827662+slnc-renovate-ci[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:01:06 +0000 Subject: [PATCH] chore(deps): update all non-security dependencies --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/renovate.yml | 2 +- Cargo.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 102ea3b..85e769c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: with: node-version: '24' - - uses: taiki-e/install-action@7592c42bf2ad6c1ec310b104c6d38c635cd4ece9 # just + - uses: taiki-e/install-action@ac807bed34cfaa7b1b6e98b11b170b68b54f193b # just with: tool: just @@ -75,12 +75,12 @@ jobs: rustup component add rust-src rustc-dev llvm-tools-preview --toolchain nightly - name: Install cargo-machete - uses: taiki-e/install-action@d56616f1be134d33d513c59d577b2c0142b64a83 # cargo-machete + uses: taiki-e/install-action@01221f15a6cd5ca25e3381f715633d7f197a6c58 # cargo-machete with: tool: cargo-machete - name: Install cargo-udeps - uses: taiki-e/install-action@207db25e3309ba77fd341011e025bea05ac3707d # cargo-udeps + uses: taiki-e/install-action@33036ae90aa9543a6a9439076cffe741bce1534a # cargo-udeps with: tool: cargo-udeps @@ -181,7 +181,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Install cargo-audit - uses: taiki-e/install-action@08b635a8ab62d28d92494f1a6ebd22feeb2be229 # cargo-audit + uses: taiki-e/install-action@b1366b959af4acf9da276c715d1f12893b19397d # cargo-audit with: tool: cargo-audit @@ -203,7 +203,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@492cad282ff2bc751208d9bdcbbcce57c3a90925 # cargo-llvm-cov + uses: taiki-e/install-action@528e28158500e8adf409c61ac0eaa6bdd47f49ca # cargo-llvm-cov with: tool: cargo-llvm-cov diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0eeef01..2152d63 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -20,7 +20,7 @@ jobs: private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }} - name: Run Renovate - uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 + uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 with: token: ${{ steps.app-token.outputs.token }} configurationFile: renovate.json diff --git a/Cargo.lock b/Cargo.lock index f87b01d..f3ecf14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.3" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" dependencies = [ "aho-corasick", "memchr", @@ -711,9 +711,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "relative-path"