Skip to content

Commit

Permalink
curve25519-dalek crate with security warning, not updated in upstream…
Browse files Browse the repository at this point in the history
… 1.18. remove after solana updates
  • Loading branch information
ebatsell committed Jun 19, 2024
1 parent 83d645b commit 34f490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-audit
- run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0065 --ignore RUSTSEC-2024-0336
- run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0065 --ignore RUSTSEC-2024-0336 --ignore RUSTSEC-2024-0344

lint:
name: lint
Expand Down

0 comments on commit 34f490e

Please sign in to comment.