mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: ignore proc-macro-error 1.0.4 advisory (#10727)
This commit is contained in:
@ -2,8 +2,11 @@
|
||||
# More documentation for the advisories section can be found here:
|
||||
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
|
||||
[advisories]
|
||||
version = 2
|
||||
yanked = "warn"
|
||||
ignore = [
|
||||
# proc-macro-error 1.0.4 unmaintained https://rustsec.org/advisories/RUSTSEC-2024-0370
|
||||
"RUSTSEC-2024-0370"
|
||||
]
|
||||
|
||||
# This section is considered when running `cargo deny check bans`.
|
||||
# More documentation about the 'bans' section can be found here:
|
||||
|
||||
Reference in New Issue
Block a user