Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ feature-depth = 1
ignore = [
# Paste is no longer maintained because its essentially "finished".
"RUSTSEC-2024-0436",
# proc-macro-error-2 is unmaintained, only used by the `test_with` test dependency
"RUSTSEC-2026-0173"
# quick-xml is a transitive dependency that we cannot upgrade ourselves
"RUSTSEC-2026-0195"
]

[licenses]
Expand Down
Loading