fix security vuln in lru package

This commit is contained in:
Graham McIntire 2026-02-07 11:55:54 -06:00
parent cee0788300
commit b29a38edb5
No known key found for this signature in database
2 changed files with 704 additions and 97 deletions

799
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ hostname = "0.4"
anyhow = "1.0"
# TUI dependencies (optional feature)
ratatui = { version = "0.29", optional = true }
ratatui = { version = "0.30", optional = true }
crossterm = { version = "0.28", optional = true }
[features]