11 lines
298 B
TOML
11 lines
298 B
TOML
[advisories]
|
|
ignore = [
|
|
"RUSTSEC-2024-0384", # instant is unmaintained
|
|
"RUSTSEC-2024-0436", # paste is unmaintained
|
|
"RUSTSEC-2026-0192", # ttf-parser is unmaintained
|
|
|
|
# Remove once upstream releases crates that depend on quick-xml >= 0.41.0.
|
|
"RUSTSEC-2026-0194",
|
|
"RUSTSEC-2026-0195",
|
|
]
|