diff --git a/deny.toml b/deny.toml index ef352ab3bd8..0b06beeb27f 100644 --- a/deny.toml +++ b/deny.toml @@ -14,6 +14,8 @@ feature-depth = 1 ignore = [ # The crate `paste` is no longer maintained. "RUSTSEC-2024-0436", + # The crate `fxhash` is no longer maintained. + "RUSTSEC-2025-0057", ] # This section is considered when running `cargo deny check licenses`