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