From 1ab40843605cc8f7c69c641e2ac5e9bf4a321388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 13 Jan 2026 11:06:30 +0100 Subject: [PATCH] ci: Silence Rust advisory There is currently no way to handle this advisory: it requires a new release of rqrr, and then of aperture. --- deny.toml | 3 +++ 1 file changed, 3 insertions(+) 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"