build: add idna 0.5.0 exception into deny.toml

This commit is contained in:
link2xt
2024-12-09 13:33:40 +00:00
parent 39be59172d
commit abe81d0b84

View File

@@ -18,6 +18,9 @@ ignore = [
# Unmaintained instant
"RUSTSEC-2024-0384",
# idna 0.5.0
"RUSTSEC-2024-0421",
]
[bans]