Skip to content

Commit 308f644

Browse files
Temporary advisory relaxation upon quick-xml
1 parent d3c60c8 commit 308f644

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

deny.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,10 @@ ignore = [
128128
"RUSTSEC-2026-0099",
129129
# Unmaintained (proc-macro-error2)
130130
# https://rustsec.org/advisories/RUSTSEC-2026-0173
131-
"RUSTSEC-2026-0173"
131+
"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"
132137
]

0 commit comments

Comments
 (0)