From c9edcdd556968f4e3101fa424d49cf8df4b6300e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:03:00 +0000 Subject: [PATCH] build(deps): update ratatui requirement from 0.27.0 to 0.29.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/v0.27.0...v0.29.0) --- updated-dependencies: - dependency-name: ratatui 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 9118ae1..cde8f34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.74.0" derive_builder = "0.20.0" font8x8 = "0.3.1" itertools = "0.13.0" -ratatui = "0.27.0" +ratatui = "0.29.0" [dev-dependencies] anyhow = "1.0.44"