From 84b5d8f50efcdab9148b77db9f67bd051809d2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 11 Mar 2025 17:43:33 +0100 Subject: [PATCH] ci: Ignore new advisory --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index e92830ec..a9049bd7 100644 --- a/deny.toml +++ b/deny.toml @@ -4,6 +4,7 @@ ignore = [ { 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" }, + { id = "RUSTSEC-2025-0014", reason = "humantime is used by env_logger, we need to wait for it to update its dependency"}, ] [bans]