From b03be022ee89b2260f10b0b95d037073740a8ae4 Mon Sep 17 00:00:00 2001
From: James Brown <jbrown@easypost.com>
Date: Wed, 22 Dec 2021 19:11:48 +0000
Subject: [PATCH] ignore unactionable time rustsec advisories

---
 .github/workflows/ci.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 71496c0..2a95527 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,8 +50,7 @@ jobs:
         toolchain: stable
         components: rustfmt
         default: true
-    - name: cargo audit
-      uses: actions-rs/audit-check@v1.2.0
-      with:
-        token: ${{ secrets.GITHUB_TOKEN }}
-
+    - name: Install cargo audit
+      run: cargo install cargo-audit
+    - name: Cargo audit
+      run: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071