# cargo-audit configuration. Keep the ignore list in sync with deny.toml, # which carries the full justification for each entry. [advisories] ignore = [ # quick-xml DoS advisories: build-time only, reached solely via the # wayland-scanner proc-macro parsing trusted vendored protocol XML. # Fix (0.41.0) is semver-incompatible with wayland-scanner's `^0.39`; # drop once wayland-scanner bumps. See deny.toml. "RUSTSEC-2026-0194", "RUSTSEC-2026-0195", ]