chore: ignore unmaintained warning for proc-macro-error (#8084)
This commit is contained in:
@@ -5,3 +5,9 @@ yanked = "deny"
|
|||||||
# Emulate cargo-audit which only checks vulnerabilities and yanked crates, not unmaintained/unsound.
|
# Emulate cargo-audit which only checks vulnerabilities and yanked crates, not unmaintained/unsound.
|
||||||
unmaintained = "none"
|
unmaintained = "none"
|
||||||
unsound = "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
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user