diff --git a/Cargo.toml b/Cargo.toml index 9c5a50b..78765cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tree-sitter = "0.23" anyhow = "1" log = { workspace = true } -ratatui = { version = "0.28.1", features = [ +ratatui = { version = "0.29.0", features = [ "unstable-rendered-line-info", "macros", ] }