cargo-deny: Disable some checks that are redundant with cargo-audit.
Avoid needing to configure overrides in multiple places.
This commit is contained in:
parent
0cd0d2dc58
commit
638919f872
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user