chore: allow unmaintained "ring" library in deny.toml (#6562)

This commit is contained in:
Hocuri
2025-02-22 11:12:11 +01:00
committed by GitHub
parent 38b08fab2f
commit 985ef22d75

View File

@@ -12,6 +12,9 @@ ignore = [
# DNSSEC validation that we don't use anyway.
"RUSTSEC-2025-0006",
# Ring is unmaintained, but no known vulnerability
"RUSTSEC-2025-0007",
]
[bans]