diff --git a/Cargo.toml b/Cargo.toml index 1d8409f..907b029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ edition = "2024" [dependencies] crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.31" -ratatui = "0.29.0" +ratatui = "0.30.0" tokio = { version = "1.40.0", features = ["full"] } color-eyre = "0.6.3"