From 7de210a88f3716c4f3f505c83a5b4243196f4fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 21 Nov 2025 10:50:41 +0100 Subject: [PATCH] chore: Update the deny.toml file The adler crate is no longer in our tree, it has been replaced by the adler2 crate. --- .deny.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.deny.toml b/.deny.toml index cfa3b052e..8fb690b4a 100644 --- a/.deny.toml +++ b/.deny.toml @@ -10,7 +10,6 @@ exclude = [ version = 2 ignore = [ { id = "RUSTSEC-2024-0436", reason = "Unmaintained paste crate, not critical." }, - { id = "RUSTSEC-2025-0056", reason = "Unmaintained adler crate, not a direct dependency" }, { id = "RUSTSEC-2024-0388", reason = "Unmaintained derivative crate, not a direct dependency" }, ] @@ -29,9 +28,6 @@ allow = [ "Unicode-3.0", "Zlib", ] -exceptions = [ - { allow = ["Unicode-DFS-2016"], crate = "unicode-ident" }, -] [bans] # We should disallow this, but it's currently a PITA.