From 7099d4cb06d6396217766aa30d90e4a7e6f42b59 Mon Sep 17 00:00:00 2001 From: Mark Kirichenko Date: Mon, 20 Jan 2025 12:44:48 +0000 Subject: [PATCH] Bump version for cargo-audit This commit bumps `cargo-audit` in order to use fresher version of the tool. Signed-off-by: Mark Kirichenko --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 215a36e8..2a573c80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - - run: cargo install --locked --version "~0.17" cargo-audit + - run: cargo install --locked --version "0.17.6" cargo-audit - run: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 license: