diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 15c630697..e1e4e8841 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -19,4 +19,6 @@ ignore = [ "RUSTSEC-2021-0145", # atty - potential unaligned read (via clap 2.x) "RUSTSEC-2024-0375", # atty - unmaintained (via clap 2.x) "RUSTSEC-2026-0173", # proc-macro-error2 - unmaintained (via defmt-macros) + "RUSTSEC-2026-0194", # quick-xml - XML DoS, xtask-only (via junit-parser) + "RUSTSEC-2026-0195", # quick-xml - XML DoS, xtask-only (via junit-parser) ]