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