Skip to content

Commit 5988946

Browse files
fix(deps): add deny exception for bincode (#258)
1 parent 15205b3 commit 5988946

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)