From a046f5f943e076f1acfa3ac8c474287e4e75a197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:54:30 +0000 Subject: [PATCH] chore(deps): bump tui-big-text from 0.8.3 to 0.8.4 Bumps [tui-big-text](https://github.com/ratatui/tui-widgets) from 0.8.3 to 0.8.4. - [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.3...tui-big-text-v0.8.4) --- updated-dependencies: - dependency-name: tui-big-text dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9d9ccb..4bebf5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3077,9 +3077,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-big-text" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba845eeb0fd68828b4ade874364f89204105506245ba4ed592fa658bef51fd98" +checksum = "6833ec23415d48753f28caec76fa149d0d319ebaedec77ad7d09f7e2094bee8a" dependencies = [ "derive_builder", "font8x8", diff --git a/Cargo.toml b/Cargo.toml index 8842b85..9148b7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ ratatui = { version = "0.30.0", features = [ "serde", "unstable-rendered-line-info", ] } -tui-big-text = "0.8.3" +tui-big-text = "0.8.4" tui-tree-widget = "0.24.0" [dev-dependencies]