diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 3c436edbe4..8486c4d93a 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Generate lockfile - run: cargo generate-lockfile --features full + run: cargo generate-lockfile - uses: rustsec/audit-check@v2 with: token: ${{ secrets.GITHUB_TOKEN }}