Skip to content

Commit 30908e2

Browse files
authored
fix(deps): ignore unmaintained paste advisory (RUSTSEC-2024-0436) (#12)
The paste crate is unmaintained but is a transitive dependency from: iggy -> iggy_common -> compio-io -> paste This is outside our control - upstream (iggy/compio) needs to migrate to pastey or an alternative. Adding to ignore list with justification. Closes #10
1 parent dbdf949 commit 30908e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ ignore = [
9090
# rustls-pemfile is unmaintained, but comes from testcontainers -> bollard (dev-dependency only)
9191
# Upstream needs to migrate to rustls-pki-types
9292
"RUSTSEC-2025-0134",
93+
94+
# paste is unmaintained, but comes from iggy -> iggy_common -> compio-io
95+
# Upstream (iggy/compio) needs to migrate to pastey or alternative
96+
"RUSTSEC-2024-0436",
9397
]
9498

9599
# =============================================================================

0 commit comments

Comments
 (0)