Skip to content

Commit

Permalink
ignore warning for idna also
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Hall committed Dec 30, 2024
1 parent 63560c4 commit 75fadb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[advisories]
ignore = ["RUSTSEC-2024-0320"]
ignore = ["RUSTSEC-2024-0320", "RUSTSEC-2024-0421"]
20 changes: 10 additions & 10 deletions Cargo.lock

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

0 comments on commit 75fadb8

Please sign in to comment.