diff --git a/audit.toml b/audit.toml deleted file mode 100644 index 922fc202..00000000 --- a/audit.toml +++ /dev/null @@ -1,2 +0,0 @@ -[advisories] -ignore = ["RUSTSEC-2020-0016"] diff --git a/engage.toml b/engage.toml index 315b3c55..5d37b60a 100644 --- a/engage.toml +++ b/engage.toml @@ -58,7 +58,7 @@ script = "lychee --version" [[task]] name = "cargo-audit" group = "security" -script = "cargo audit -D warnings -D unmaintained -D unsound -D yanked --ignore RUSTSEC-2020-0016" +script = "cargo audit -D warnings -D unmaintained -D unsound -D yanked" [[task]] name = "cargo-fmt"