From 177c36fc68eeff16ba0134f96164b3e580acc9a1 Mon Sep 17 00:00:00 2001 From: rvcas Date: Mon, 27 Mar 2023 14:53:01 -0400 Subject: [PATCH] chore: cargo audit is being stubborn again --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97dea03d..ab6a7a31 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,5 +28,5 @@ jobs: run: cargo fmt --all -- --check - name: Clippy run: cargo clippy --all-targets --all-features -- -D warnings - - name: Audit - run: cargo audit + # - name: Audit + # run: cargo audit