From c5f782e16ef908db28ab6408fa313539fae78ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:27:11 +0000 Subject: [PATCH] build(deps): bump tachyonfx from 0.24.0 to 0.25.0 Bumps [tachyonfx](https://github.com/ratatui/tachyonfx) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/ratatui/tachyonfx/releases) - [Changelog](https://github.com/ratatui/tachyonfx/blob/development/CHANGELOG.md) - [Commits](https://github.com/ratatui/tachyonfx/compare/tachyonfx-v0.24.0...tachyonfx-v0.25.0) --- updated-dependencies: - dependency-name: tachyonfx dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1a12d04..9e9a37a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1543,9 +1543,9 @@ dependencies = [ [[package]] name = "tachyonfx" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da8b44aa47439cbd317199cbff5ec99ada4737c10f5aeb95cd92577f4a81640e" +checksum = "c144c687e9f3628c06add1b6db585a68d3cd285a9d7213b9bca836771e337592" dependencies = [ "anpa", "bon", diff --git a/kanash-ratzilla/Cargo.toml b/kanash-ratzilla/Cargo.toml index d6308ba..a8d09f4 100644 --- a/kanash-ratzilla/Cargo.toml +++ b/kanash-ratzilla/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["ratatui", "learning", "japanese", "TUI"] [dependencies] kanash-components = { path = "../kanash-components/" } ratzilla = "0.3.0" -tachyonfx = { version = "0.24.0", default-features = false, features = ["wasm"] } +tachyonfx = { version = "0.25.0", default-features = false, features = ["wasm"] } tui-big-text = "0.8.2" web-time = "1.1.0" diff --git a/kanash/Cargo.toml b/kanash/Cargo.toml index c08c220..e2c4cdc 100644 --- a/kanash/Cargo.toml +++ b/kanash/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["ratatui", "learning", "japanese", "TUI"] [dependencies] kanash-components = { path = "../kanash-components/", version = "0.1.6" } ratatui = "0.30.0" -tachyonfx = "0.24.0" +tachyonfx = "0.25.0" tui-big-text = "0.8.2" [dev-dependencies]