From d0b668ad247e542e2cd5ef45d15212abaf45ce46 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Mon, 21 Oct 2024 23:44:40 +0530 Subject: [PATCH] chore: bump ratatui -> 0.29.0 --- tui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 40d3c357..f86c43f1 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -20,7 +20,7 @@ crossterm = "0.28.1" ego-tree = { workspace = true } oneshot = "0.1.8" portable-pty = "0.8.1" -ratatui = "0.28.1" +ratatui = "0.29.0" tui-term = "0.1.12" temp-dir = "0.1.14" unicode-width = "0.2.0"