diff --git a/deny.toml b/deny.toml index 2e3b7c4..b5821c3 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]