Skip to content
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ ignore = [
# As the rust community considers the paste crate 'done', we can safely ignore this warning.
# see https://users.rust-lang.org/t/paste-alternatives/126787/2
"RUSTSEC-2024-0436",
# TODO find a suitable replacement for fxhash.
"RUSTSEC-2025-0057",
]
Loading