Skip to content

Commit f42173d

Browse files
committed
add audit ignore for unmaintained fxhash
1 parent a09270d commit f42173d

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
@@ -10,6 +10,9 @@ ignore = [
1010

1111
"RUSTSEC-2025-0007", # `ring` is unmaintained. Not much we can do about it.
1212
# https://github.com/rust-lang/docs.rs/issues/2741
13+
14+
"RUSTSEC-2025-0057", # fxhash - no longer maintained. Not much we can do about it.
15+
# https://github.com/rust-lang/docs.rs/issues/2914
1316
]
1417
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
1518
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)