Skip to content

Commit

Permalink
ci: ignore RUSTSEC-2024-0402.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Dec 4, 2024
1 parent bea64df commit ad64549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ ignore = [
"RUSTSEC-2024-0351",
# gix-path: improperly resolves configuration path reported by Git
"RUSTSEC-2024-0371",
# Borsh serialization of HashMap is non-canonical
"RUSTSEC-2024-0402"
]

0 comments on commit ad64549

Please sign in to comment.