fix security vuln in lru package
This commit is contained in:
parent
cee0788300
commit
b29a38edb5
2 changed files with 704 additions and 97 deletions
799
Cargo.lock
generated
799
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -25,7 +25,7 @@ hostname = "0.4"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
||||||
# TUI dependencies (optional feature)
|
# TUI dependencies (optional feature)
|
||||||
ratatui = { version = "0.29", optional = true }
|
ratatui = { version = "0.30", optional = true }
|
||||||
crossterm = { version = "0.28", optional = true }
|
crossterm = { version = "0.28", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue