Skip to content

Commit 0510f5a

Browse files
sypharGuillaumeGomez
authored andcommitted
add proc-macro-error to ignored audit warnings
1 parent 35dcd1a commit 0510f5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/audit.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ignore = [
1818
# But in all these places, the user content is part of the path of the URL.
1919
# Since URL length is limited by cloudfront, and also by nginx, to something much smaller than 4 GiB, I don't think this issue affects us.
2020

21+
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
22+
# https://github.com/rust-lang/docs.rs/issues/2595
23+
2124
"RUSTSEC-2025-0007", # `ring` is unmaintained. Not much we can do about it.
2225
# https://github.com/rust-lang/docs.rs/issues/2741
2326
]

0 commit comments

Comments
 (0)