Skip to content

Commit

Permalink
Ignore warning on RUSTSEC-2022-0004
Browse files Browse the repository at this point in the history
  • Loading branch information
samwho committed Jun 4, 2023
1 parent 433ef52 commit b10a592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[advisories]
ignore = [
# We don't parse JSON, so we're not vulnerable to this.
"RUSTSEC-2022-0004",
]

0 comments on commit b10a592

Please sign in to comment.