From c4548ce664bc7ffa787aecf3e243087347ad133d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:59:40 +0000 Subject: [PATCH] cargo(deps): update ratatui requirement from 0.28 to 0.29 Updates the requirements on [ratatui](https://github.com/ratatui/ratatui) to permit the latest version. - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui/compare/v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: ratatui dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48bd4db..430c2db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ hyper-tungstenite = "0.13" # CLI and TUI clap = { version = "4.4", features = ["derive", "env"] } -ratatui = "0.28" +ratatui = "0.29" crossterm = "0.28" tui-textarea = "0.6" dialoguer = { version = "0.11", features = ["completion"] }