Skip to content

Commit 044a161

Browse files
build(deps): update ansi-to-tui requirement from 7.0.0 to 8.0.0 (#170)
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](ratatui/ansi-to-tui@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f4c8e3 commit 044a161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crossterm = { version = "0.28.1", features = ["event-stream"] }
1212
ratatui = { version = "0.30.0", features = ["unstable-rendered-line-info"] }
1313
tui-textarea = "0.7.0"
1414
ansi-parser = "0.9.1"
15-
ansi-to-tui = "7.0.0"
15+
ansi-to-tui = "8.0.0"
1616

1717
# File management
1818
directories = "6.0.0"

0 commit comments

Comments
 (0)