We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120d4ce commit c1be9f0Copy full SHA for c1be9f0
deny.toml
@@ -23,7 +23,8 @@ version = 2
23
ignore = [
24
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
25
"RUSTSEC-2024-0384", # instant crate is unmaintained
26
- "RUSTSEC-2024-0387" # opentelemetry_api is unmaintained
+ "RUSTSEC-2024-0387", # opentelemetry_api is unmaintained
27
+ "RUSTSEC-2024-0436", # paste is unmaintained
28
]
29
30
[bans]
0 commit comments