/ .cargo / audit.toml
audit.toml
 1  [advisories]
 2  ignore = [
 3    # As the rust community considers the paste crate 'done', we can safely ignore this warning.
 4    # see https://users.rust-lang.org/t/paste-alternatives/126787/2
 5    "RUSTSEC-2024-0436",
 6    # TODO replace encoding crate with encoding_rs
 7    "RUSTSEC-2021-0153",
 8    # TODO find a suitable replacement for fxhash.
 9    "RUSTSEC-2025-0057",
10  ]