From 8320405c4b93157fdb1a55ebb531acf39772cc70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 03:27:05 +0000 Subject: [PATCH] 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 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"