Skip to content

Commit 1c6aa95

Browse files
committed
Bump version for cargo-audit
This commit bumps `cargo-audit` from 0.17 to 0.20 in order to use fresher version of the tool. Signed-off-by: Mark Kirichenko <[email protected]>
1 parent 8cd57f0 commit 1c6aa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- uses: dtolnay/rust-toolchain@stable
4949
- uses: Swatinem/rust-cache@v2
50-
- run: cargo install --locked --version "~0.17" cargo-audit
50+
- run: cargo install --locked --version "~0.20" cargo-audit
5151
- run: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071
5252

5353
license:

0 commit comments

Comments
 (0)