cargo-deny: Disable some checks that are redundant with cargo-audit.

Avoid needing to configure overrides in multiple places.
This commit is contained in:
Brian Smith 2021-12-08 17:34:21 -08:00
parent 0cd0d2dc58
commit 638919f872

View File

@ -1,6 +1,8 @@
[advisories]
unmaintained = "deny"
yanked = "deny"
# cargo-audit handles these. In the case where we have to temporarily allow
# some unmaintained/yanked crates, we'll do that in .cargo/audit.toml.
unmaintained = "allow"
yanked = "allow"
notice = "deny"
[licenses]