diff --git a/deny.toml b/deny.toml index a89d599d..a16dde58 100644 --- a/deny.toml +++ b/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"