From e37d315204886a867746deeb39b00be4fc5a6f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Mon, 12 Jan 2026 10:10:04 +0100 Subject: [PATCH] fix(deps): add deny exception for bincode --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 2e3b7c4..4201f4e 100644 --- a/deny.toml +++ b/deny.toml @@ -4,6 +4,7 @@ all-features = true [advisories] ignore = [ { id = "RUSTSEC-2024-0370", reason = "No safe upgrade is available `proc-macro-error`." }, + { id = "RUSTSEC-2025-0141", reason = "No maintained version available for `bincode`." }, ] [bans] @@ -12,7 +13,7 @@ multiple-versions = "allow" wildcards = "deny" [licenses] -allow = ["Apache-2.0", "BSL-1.0", "MIT", "Unicode-3.0", "Zlib"] +allow = ["Apache-2.0", "BSL-1.0", "MIT", "Unicode-3.0"] confidence-threshold = 1.0 [sources]