From 2309687558823dd8486939b17c91fb5ecabba7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:33:20 +0000 Subject: [PATCH] build(deps): bump tui-big-text from 0.8.4 to 0.8.8 Bumps [tui-big-text](https://github.com/ratatui/tui-widgets) from 0.8.4 to 0.8.8. - [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.4...tui-big-text-v0.8.8) --- updated-dependencies: - dependency-name: tui-big-text dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f876107..c0d5f00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,6 +949,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.18" @@ -1418,7 +1427,7 @@ dependencies = [ "compact_str", "hashbrown 0.17.1", "indoc", - "itertools", + "itertools 0.14.0", "kasuari", "lru", "palette", @@ -1462,7 +1471,7 @@ dependencies = [ "hashbrown 0.17.1", "indoc", "instability", - "itertools", + "itertools 0.14.0", "line-clipping", "ratatui-core", "serde", @@ -2100,13 +2109,13 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-big-text" -version = "0.8.4" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6833ec23415d48753f28caec76fa149d0d319ebaedec77ad7d09f7e2094bee8a" +checksum = "9e36b4d581e4e44186f87156c1c281f066ad792551580acc0e02aa7333f769ed" dependencies = [ "derive_builder", "font8x8", - "itertools", + "itertools 0.15.0", "ratatui-core", "ratatui-widgets", ] @@ -2135,7 +2144,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" dependencies = [ - "itertools", + "itertools 0.14.0", "unicode-segmentation", "unicode-width", ]