From 21f8152e829fd300fe4941b9edf82b0d2fe1614a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:35:13 +0000 Subject: [PATCH] build(deps): bump tui-big-text from 0.8.2 to 0.8.7 Bumps [tui-big-text](https://github.com/ratatui/tui-widgets) from 0.8.2 to 0.8.7. - [Release notes](https://github.com/ratatui/tui-widgets/releases) - [Changelog](https://github.com/ratatui/tui-widgets/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/tui-widgets/compare/tui-big-text-v0.8.2...tui-big-text-v0.8.7) --- updated-dependencies: - dependency-name: tui-big-text dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc8b0e9..a5d8fd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1695,14 +1695,15 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "tui-big-text" -version = "0.8.2" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3524088df83a9214c4a84648c5812d6aa9f930a4172a1604706468e8b98bed1" +checksum = "24b9e71a381bd363cbf6392a66573c52e5da46e83fc7b57621c4d3e4769aa516" dependencies = [ "derive_builder", "font8x8", "itertools 0.14.0", "ratatui-core", + "ratatui-widgets", ] [[package]]