Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/feat-2.0' into julietless_side…
Browse files Browse the repository at this point in the history
…car_2
  • Loading branch information
Rafał Chabowski committed Apr 26, 2024
2 parents 58ff7e3 + c91da28 commit 7077357
Show file tree
Hide file tree
Showing 14 changed files with 700 additions and 727 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-casper-event-sidecar-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
- name: audit
# Hope to get to here:
# run: cargo audit --deny warnings
# RUSTSEC-2022-0093 - that is an issue that comes form casper-types, need to update that depenency as soon as a new release is made
# RUSTSEC-2023-0071 - there is a transitive audit issue via sqlx. There is no fix for that yet, we should update dependencies once a fix is presented
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071
run: cargo audit --ignore RUSTSEC-2023-0071

- name: test
run: cargo test
Expand Down
Loading

0 comments on commit 7077357

Please sign in to comment.