diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 3abe27aab..1d0266a94 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -10,6 +10,9 @@ ignore = [ "RUSTSEC-2025-0007", # `ring` is unmaintained. Not much we can do about it. # https://github.com/rust-lang/docs.rs/issues/2741 + + "RUSTSEC-2025-0057", # fxhash - no longer maintained. Not much we can do about it. + # https://github.com/rust-lang/docs.rs/issues/2914 ] informational_warnings = ["unmaintained"] # warn for categories of informational advisories severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")