Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 2228dbe

Browse files
fix(deps): add deny exception for bincode
1 parent 705180f commit 2228dbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ignore = [
66
{ id = "RUSTSEC-2023-0071", reason = "No safe upgrade is available `rsa`." },
77
{ id = "RUSTSEC-2024-0370", reason = "No safe upgrade is available `proc-macro-error`." },
88
{ id = "RUSTSEC-2024-0436", reason = "No maintained version available for `paste`." },
9+
{ id = "RUSTSEC-2025-0141", reason = "No maintained version available for `bincode`." },
910
]
1011

1112
[bans]

0 commit comments

Comments
 (0)