From fb8d17fa559b524f3581b7c0696d0bf2de8272c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:38 +0000 Subject: [PATCH] chore: Bump rustsec/audit-check from 1 to 2 Bumps [rustsec/audit-check](https://github.com/rustsec/audit-check) from 1 to 2. - [Release notes](https://github.com/rustsec/audit-check/releases) - [Changelog](https://github.com/rustsec/audit-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustsec/audit-check/compare/v1...v2) --- updated-dependencies: - dependency-name: rustsec/audit-check dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo-audit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo-audit.yaml b/.github/workflows/cargo-audit.yaml index 54627a8..439dc9d 100644 --- a/.github/workflows/cargo-audit.yaml +++ b/.github/workflows/cargo-audit.yaml @@ -27,6 +27,6 @@ jobs: uses: actions/checkout@v4 - name: Run Cargo Audit - uses: rustsec/audit-check@v1 + uses: rustsec/audit-check@v2 with: token: ${{ secrets.GITHUB_TOKEN }}