diff --git a/Cargo.toml b/Cargo.toml index 379151f..1697914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.5", features = ["derive"] } crossterm = "0.27" dirs = "5.0" glob = "0.3" -ratatui = "0.29" +ratatui = "0.30" rayon = "1.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"