Cargo.toml pins quick-xml = "0.38" → locked to 0.38.4, affected by two HIGH DoS advisories (both fixed in 0.41.0):
Both reachable when parsing untrusted XSD/XML. cargo deny check advisories flags them.
Fix: bump workspace dep to quick-xml = "0.41" and update Cargo.lock
Cargo.tomlpinsquick-xml = "0.38"→ locked to 0.38.4, affected by two HIGH DoS advisories (both fixed in 0.41.0):NsReader→ memory DoSBoth reachable when parsing untrusted XSD/XML.
cargo deny check advisoriesflags them.Fix: bump workspace dep to
quick-xml = "0.41"and updateCargo.lock