fix: use valid cargo-deny v0.19 syntax for unmaintained advisories

The `unmaintained` field in [advisories] accepts "all", "workspace",
"transitive", or "none" — not "warn". Use "workspace" to flag
unmaintained direct dependencies without failing on transitive ones.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
2026-03-10 00:18:04 -07:00
co-authored by Claude Opus 4.6
parent ad81f25238
commit 6fc821864e
+1 -1
View File
@@ -2,7 +2,7 @@
targets = []
[advisories]
unmaintained = "warn"
unmaintained = "workspace"
yanked = "deny"
ignore = [
# Add specific RUSTSEC IDs with justification comments as needed