Skip to content

Commit

Permalink
chore: cargo audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr3 committed Jan 15, 2024
1 parent 9e7850c commit 7c29cf3
Show file tree
Hide file tree
Showing 2 changed files with 499 additions and 387 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:

- name: Audit dependencies
# RUSTSEC-2021-0145 is caused by criterion and is a dev only dependency
run: cargo audit -D warnings --ignore RUSTSEC-2021-0145
# RUSTSEC-2023-0071 is caused by a sqlx dependency. no current fix
run: cargo audit -D warnings --ignore RUSTSEC-2021-0145 --ignore RUSTSEC-2023-0071
Loading

0 comments on commit 7c29cf3

Please sign in to comment.