From 2da225ff7bc85483ac766ceb27188f004522d2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:13:10 +0000 Subject: [PATCH] build(deps): update ansi-to-tui requirement from 7.0.0 to 8.0.0 Updates the requirements on [ansi-to-tui](https://github.com/uttarayan21/ansi-to-tui) to permit the latest version. - [Release notes](https://github.com/uttarayan21/ansi-to-tui/releases) - [Changelog](https://github.com/ratatui/ansi-to-tui/blob/main/CHANGELOG.md) - [Commits](https://github.com/uttarayan21/ansi-to-tui/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: ansi-to-tui dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 34ee8ac6..89efa095 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -12,7 +12,7 @@ crossterm = { version = "0.28.1", features = ["event-stream"] } ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info"] } tui-textarea = "0.7.0" ansi-parser = "0.9.1" -ansi-to-tui = "7.0.0" +ansi-to-tui = "8.0.0" # File management directories = "6.0.0"