From a5cc206a7ec20b339cb5c4f31cafdd7047c7e124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:47:56 +0000 Subject: [PATCH] build(deps): bump tui-big-text from 0.8.1 to 0.8.2 Bumps [tui-big-text](https://github.com/ratatui/tui-widgets) from 0.8.1 to 0.8.2. - [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.1...tui-big-text-v0.8.2) --- updated-dependencies: - dependency-name: tui-big-text dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- kanash-ratzilla/Cargo.toml | 2 +- kanash/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5edcbcf..674b778 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1624,9 +1624,9 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "tui-big-text" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb3cf7714229ca4503c1b94050bce7ae4f5bbcf9e5b3d24bee858f15ef23cef" +checksum = "b3524088df83a9214c4a84648c5812d6aa9f930a4172a1604706468e8b98bed1" dependencies = [ "derive_builder", "font8x8", diff --git a/kanash-ratzilla/Cargo.toml b/kanash-ratzilla/Cargo.toml index c98ec55..0f6de5e 100644 --- a/kanash-ratzilla/Cargo.toml +++ b/kanash-ratzilla/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["ratatui", "learning", "japanese", "TUI"] kanash-components = { path = "../kanash-components/" } ratzilla = "0.3.0" tachyonfx = { version = "0.23.0", default-features = false, features = ["wasm"] } -tui-big-text = "0.8.1" +tui-big-text = "0.8.2" web-time = "1.1.0" [dev-dependencies] diff --git a/kanash/Cargo.toml b/kanash/Cargo.toml index d64c41e..9316263 100644 --- a/kanash/Cargo.toml +++ b/kanash/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["ratatui", "learning", "japanese", "TUI"] kanash-components = { path = "../kanash-components/", version = "0.1.6" } ratatui = "0.30.0" tachyonfx = "0.23.0" -tui-big-text = "0.8.1" +tui-big-text = "0.8.2" [dev-dependencies] crossterm = "0.29.0"