Skip to content

Commit 717ca22

Browse files
committed
Unpin version for cargo-audit
This commit removes pin for `cargo-audit` 0.17 in order to use fresher versions of the tool. Signed-off-by: Mark Kirichenko <[email protected]>
1 parent d7221a8 commit 717ca22

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 cargo-audit
5151
- run: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071
5252

5353
license:

0 commit comments

Comments
 (0)