build: silence RUSTSEC-2024-0384

This commit is contained in:
link2xt
2024-11-11 12:39:03 +00:00
parent 6b2d49acb8
commit 1412ffd771

View File

@@ -15,6 +15,9 @@ ignore = [
# Unmaintained proc-macro-error
# <https://rustsec.org/advisories/RUSTSEC-2024-0370>
"RUSTSEC-2024-0370",
# Unmaintained instant
"RUSTSEC-2024-0384",
]
[bans]