# cargo-deny configuration
# https://embarkstudios.github.io/cargo-deny/
[]
# Ignore advisories for transitive dependencies we cannot directly upgrade.
= [
# paste v1.0.15 — unmaintained (archived by author). Transitive dep from ratatui.
# No upgrade available; ratatui has not migrated away from paste yet.
"RUSTSEC-2024-0436",
# lru v0.12.5 — IterMut soundness issue. Transitive dep from ratatui.
# We don't use IterMut directly. No upgrade available via ratatui v0.29.
"RUSTSEC-2026-0002",
]
[]
= [
"MIT",
"Apache-2.0",
"Unicode-3.0",
"BSL-1.0",
"Unlicense",
"Zlib",
]
= 0.8
[]
= "warn"
= "allow"
[]
= "warn"
= "warn"
= ["https://github.com/rust-lang/crates.io-index"]
= []