Browse Source

Remove outdated cargo-deny exception

merge-requests/2149/head
Kévin Commaille 3 weeks ago
parent
commit
f93fa830ba
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 3
      deny.toml

3
deny.toml

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

Loading…
Cancel
Save