fix: Explicitly allow "paste - no longer maintained" advisory in cargo-deny

This commit is contained in:
Edoardo Marangoni
2025-03-10 10:01:19 +01:00
committed by edoardo
parent 3a22e7969c
commit bb67eaff48

View File

@ -77,6 +77,7 @@ ignore = [
"proc-macro-error@1.0.4",
"RUSTSEC-2024-0370",
"RUSTSEC-2024-0436"
]
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.