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: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ ignore = [
# rustls-pemfile is unmaintained, but comes from testcontainers -> bollard (dev-dependency only)
# Upstream needs to migrate to rustls-pki-types
"RUSTSEC-2025-0134",

# paste is unmaintained, but comes from iggy -> iggy_common -> compio-io
# Upstream (iggy/compio) needs to migrate to pastey or alternative
"RUSTSEC-2024-0436",
]

# =============================================================================
Expand Down
Loading