Skip to content

Commit

Permalink
fix(audit): RUSTSEC-2024-0373 (#884)
Browse files Browse the repository at this point in the history
* Fix RUSTSEC-2024-0373

* Make unit gh action run on Cargo file changes
  • Loading branch information
ChaoticTempest authored Oct 10, 2024
1 parent ee065c6 commit 2a49d8e
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
paths:
- ".github/workflows/unit.yml"
- "chain-signatures/**/*.rs"
- "chain-signatures/Cargo.*"
- "mpc-recovery/**/*.rs"
- "mpc-recovery/Cargo.*"
- "load-tests/**/*.rs"
- "test-oidc-provider/**/*.rs"
- "integration-tests/**/*.rs"
Expand Down
100 changes: 75 additions & 25 deletions chain-signatures/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a49d8e

Please sign in to comment.