Browse Source

ci: Silence Rust advisory

There is currently no way to handle this advisory: it requires a new
release of rqrr, and then of aperture.
merge-requests/2136/head
Kévin Commaille 2 months ago
parent
commit
1ab4084360
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 3
      deny.toml

3
deny.toml

@ -1,5 +1,8 @@
[advisories]
yanked = "deny"
ignore = [
{ id = "RUSTSEC-2026-0002", reason = "lru is not a direct dependency: requires new release of rqrr, and then of aperture" },
]
[bans]
multiple-versions = "allow"

Loading…
Cancel
Save