From 2492358eb3bb5a8a7a2777660d340b8708725792 Mon Sep 17 00:00:00 2001 From: brycx Date: Wed, 2 Jun 2021 09:26:18 +0200 Subject: [PATCH] [NOTE] Ignore unmaintained advisory for dependency in tree of deps for assert_cmd, out testing library --- .github/workflows/security_audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security_audit.yml b/.github/workflows/security_audit.yml index 7936a1d..3f10ff9 100644 --- a/.github/workflows/security_audit.yml +++ b/.github/workflows/security_audit.yml @@ -26,4 +26,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: audit - args: --deny warnings \ No newline at end of file + args: --ignore RUSTSEC-2020-0095 --deny warnings \ No newline at end of file