From db0143f01a737cc2f7c10cae6fc28a72fe2135ea Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 3 Mar 2024 03:49:27 +0000 Subject: [PATCH] build: remove deprecated `unmaintained` field from deny.toml --- deny.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 53300af37..59534c52c 100644 --- a/deny.toml +++ b/deny.toml @@ -1,5 +1,4 @@ [advisories] -unmaintained = "allow" ignore = [ "RUSTSEC-2020-0071", "RUSTSEC-2022-0093", @@ -10,6 +9,15 @@ ignore = [ # There is no fix at the time of writing this (2023-11-28). # "RUSTSEC-2023-0071", + + # Unmaintained ansi_term + "RUSTSEC-2021-0139", + + # Unmaintained encoding + "RUSTSEC-2021-0153", + + # Unmaintained safemem + "RUSTSEC-2023-0081", ] [bans]