From 6d383f0a9b9978176c64cbc4141f541f610ee5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 8 Mar 2025 11:10:36 +0100 Subject: [PATCH] ci: Silence new advisories --- deny.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 2ab923d9..e92830ec 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,9 @@ [advisories] yanked = "deny" ignore = [ - { id = "RUSTSEC-2024-0384", reason = "instant is used by backoff which is also unmaintained but doesn't have a suitable replacement yet" }, + { id = "RUSTSEC-2024-0384", reason = "instant is used by backoff" }, + { id = "RUSTSEC-2025-0012", reason = "backoff is unmaintained but doesn't have a suitable replacement yet" }, + { id = "RUSTSEC-2024-0436", reason = "paste is used by decancer, we need to wait for it to update its dependency" }, ] [bans]