From a5ee1e0dd73989c2918e4f42a78062377a4cde9e Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Tue, 26 Nov 2024 00:16:05 +0100 Subject: [PATCH] Acknowledge `atty` is unmaintained advisory `atty` is used by `clap`, which we depend on. --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 4888d625..ae1115df 100644 --- a/deny.toml +++ b/deny.toml @@ -1,6 +1,7 @@ [advisories] ignore = [ "RUSTSEC-2024-0370", # https://rustsec.org/advisories/RUSTSEC-2024-0370 `proc-macro-error` is unmaintained (via `tabled` > `tabled_derive`) + "RUSTSEC-2024-0375", # https://rustsec.org/advisories/RUSTSEC-2024-0375 `atty` is unmaintained (via `clap`) "RUSTSEC-2024-0384", # https://rustsec.org/advisories/RUSTSEC-2024-0384 `instant` is unmaintained (via `indicatif`) ]