Skip to content

Commit

Permalink
Merge pull request #620 from near/phuong/feat/fix-dep-cves
Browse files Browse the repository at this point in the history
fix: upgrade dependencies to fix some CVEs
  • Loading branch information
volovyks authored May 30, 2024
2 parents 3901486 + 4879239 commit 7a4b85b
Show file tree
Hide file tree
Showing 13 changed files with 278 additions and 1,229 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
run: |
cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0019
- name: Run Audit (Chain Signatures)
# even if previous audit step fails, run this audit step to ensure all crates are audited
if: always()
working-directory: integration-tests/chain-signatures
run: |
cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0019
Loading

0 comments on commit 7a4b85b

Please sign in to comment.