Skip to content

Commit 72e08ef

Browse files
authored
fix(ci): ignore number_prefix is unmaintained in cargo deny (#12598)
number_prefix is unmaintained
1 parent 4d473c3 commit 72e08ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ignore = [
99
"RUSTSEC-2024-0436",
1010
# https://rustsec.org/advisories/RUSTSEC-2024-0437 protobuf! Crash due to uncontrolled recursion in protobuf crate.
1111
"RUSTSEC-2024-0437",
12+
# https://rustsec.org/advisories/RUSTSEC-2025-0119 number_prefix! is unmaintained
13+
"RUSTSEC-2025-0119",
1214
]
1315

1416
# This section is considered when running `cargo deny check bans`.

0 commit comments

Comments
 (0)