Skip to content

Commit dd4ab89

Browse files
authored
Ignore quick-xml rustsec since we cannot update it ourselves (#8712)
1 parent 42bea5d commit dd4ab89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ feature-depth = 1
1515
ignore = [
1616
# Paste is no longer maintained because its essentially "finished".
1717
"RUSTSEC-2024-0436",
18-
# proc-macro-error-2 is unmaintained, only used by the `test_with` test dependency
19-
"RUSTSEC-2026-0173"
18+
# quick-xml is a transitive dependency that we cannot upgrade ourselves
19+
"RUSTSEC-2026-0195"
2020
]
2121

2222
[licenses]

0 commit comments

Comments
 (0)