Skip to content

Commit 8add64e

Browse files
authored
chore: allow bincode advisory in deny.toml (#1060)
The bincode team has ceased development after version 1.3.3, which they consider complete. Since this is a dev dependency used only in tests, we can safely ignore this advisory.
1 parent 63a23fd commit 8add64e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
version = 2
33
yanked = "warn"
44
ignore = [
5-
"RUSTSEC-2024-0436" # paste - no longer maintained
5+
"RUSTSEC-2024-0436", # paste - no longer maintained
6+
"RUSTSEC-2025-0141", # bincode - unmaintained but v1.3.3 is complete
67
]
78

89
[bans]

0 commit comments

Comments
 (0)