Skip to content

Commit

Permalink
Revert hickory-dns#1768 in favor of audit.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nhurley3 committed Aug 23, 2022
1 parent 91f1061 commit 2758edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ description = "Run cargo audit on all crates"
workspace = false
dependencies = ["check", "install-audit"]
command = "cargo"
args = ["audit", "--deny", "warnings", "--ignore", "RUSTSEC-2021-0139"]
args = ["audit", "--deny", "warnings"]

[tasks.cleanliness]
description = "Runs clippy, fmt, and audit"
Expand Down

0 comments on commit 2758edc

Please sign in to comment.