We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
quick-xml
1 parent d3c60c8 commit 308f644Copy full SHA for 308f644
1 file changed
deny.toml
@@ -128,5 +128,10 @@ ignore = [
128
"RUSTSEC-2026-0099",
129
# Unmaintained (proc-macro-error2)
130
# https://rustsec.org/advisories/RUSTSEC-2026-0173
131
- "RUSTSEC-2026-0173"
+ "RUSTSEC-2026-0173",
132
+ # quick-xml: temporary ignore until upstream dependencies can move to >= 0.41.0
133
+ # https://rustsec.org/advisories/RUSTSEC-2026-0194
134
+ # https://rustsec.org/advisories/RUSTSEC-2026-0195
135
+ "RUSTSEC-2026-0194",
136
+ "RUSTSEC-2026-0195"
137
]
0 commit comments