mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
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.
|
||||
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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user