Added
- PR#753 resolved #752 by adding back the
advisories.unmaintained
config option. See the docs for how it can be used. The default matches the current behavior, which is to error on anyunmaintained
advisory, but addingunmaintained = "workspace"
to the[advisories]
table will mean unmaintained advisories will only error if the crate is a direct dependency of your workspace.