diff --git a/.github/workflows/cargo-deny.yml b/.github/workflows/cargo-deny.yml index 98271ce..1b1f549 100644 --- a/.github/workflows/cargo-deny.yml +++ b/.github/workflows/cargo-deny.yml @@ -47,7 +47,7 @@ jobs: - name: Install cargo-deny uses: taiki-e/install-action@v2 with: - tool: cargo-deny@0.16.2 + tool: cargo-deny@0.18.9 - name: Run cargo-deny run: cargo deny --all-features check ${{ matrix.checks }}