Skip to content

Commit

Permalink
Merge pull request #58 from near/daniyar/fix-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov authored Apr 17, 2023
2 parents 30caf62 + 560dd04 commit 8861171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: audit
args: --ignore RUSTSEC-2020-0071
# Fix RUSTSEC-2023-0001 by upgrading tokio once https://github.com/near/nearcore/issues/8888 is resolved
args: --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0001

0 comments on commit 8861171

Please sign in to comment.