From b9cecd37bd84297fda7c76fa29f8081b6d641286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 03:11:56 +0000 Subject: [PATCH] build(deps): update ratatui requirement from 0.29.0 to 0.30.0 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/ratatui-v0.30.0-alpha.2...ratatui-v0.30.0) --- updated-dependencies: - dependency-name: ratatui dependency-version: 0.30.0 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 61e627b..fb5eb89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "4.5.1", features = ["derive"] , optional = true } base64 = "0.22.0" anyhow = "1.0.97" derive_builder = "0.20.2" -ratatui = { version = "0.29.0", features = ["crossterm"], optional = true } +ratatui = { version = "0.30.0", features = ["crossterm"], optional = true } tui-input = { version = "0.11.1", optional = true } crossterm = { version = "=0.28.1", optional = true } strum = { version = "0.27.1", features = ["derive"], optional = true }