We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci
number_prefix
cargo deny
1 parent 4d473c3 commit 72e08efCopy full SHA for 72e08ef
deny.toml
@@ -9,6 +9,8 @@ ignore = [
9
"RUSTSEC-2024-0436",
10
# https://rustsec.org/advisories/RUSTSEC-2024-0437 protobuf! Crash due to uncontrolled recursion in protobuf crate.
11
"RUSTSEC-2024-0437",
12
+ # https://rustsec.org/advisories/RUSTSEC-2025-0119 number_prefix! is unmaintained
13
+ "RUSTSEC-2025-0119",
14
]
15
16
# This section is considered when running `cargo deny check bans`.
0 commit comments