chore: ignore unmaintained warning for proc-macro-error (#8084)

This commit is contained in:
Alex Hancock
2026-03-24 13:27:37 -04:00
committed by GitHub
parent 423e6ccd14
commit 9c166954de
+6
View File
@@ -5,3 +5,9 @@ yanked = "deny"
# Emulate cargo-audit which only checks vulnerabilities and yanked crates, not unmaintained/unsound.
unmaintained = "none"
unsound = "none"
# Ignore proc-macro-error unmaintained warning
# See: https://github.com/block/goose/issues/7008
ignore = [
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
]