From 1b2a06534232a86f8e1c26b714603ffec6ff97e6 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sat, 21 Mar 2026 21:54:26 +0100 Subject: [PATCH] Ignore rustsec --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 01377b90b..486af7745 100644 --- a/deny.toml +++ b/deny.toml @@ -34,6 +34,7 @@ ignore = [ "RUSTSEC-2024-0320", # unmaintained yaml-rust pulled in by syntect "RUSTSEC-2024-0436", # unmaintained paste pulled via metal/wgpu, see https://github.com/gfx-rs/metal-rs/issues/349 "RUSTSEC-2025-0141", # https://rustsec.org/advisories/RUSTSEC-2025-0141 - bincode is unmaintained - https://git.sr.ht/~stygianentity/bincode/tree/v3.0/item/README.md + "RUSTSEC-2026-0049", # https://rustsec.org/advisories/RUSTSEC-2026-0049 ] [bans]