chore(cargo-deny): silence unmaintained proc-macro-error warning

This commit is contained in:
link2xt
2024-09-08 06:35:01 +00:00
parent 853e38e054
commit 2e2ba96d75

View File

@@ -11,6 +11,9 @@ ignore = [
# Unmaintained encoding
"RUSTSEC-2021-0153",
# Unmaintained proc-macro-error
"RUSTSEC-2024-0370",
]
[bans]