From 029febbe6860fcb14d8680e3052d6459e9c285c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:23:01 +0000 Subject: [PATCH] build(deps): bump wana_kana from 4.0.0 to 5.0.0 Bumps [wana_kana](https://github.com/PSeitz/wana_kana_rust) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/PSeitz/wana_kana_rust/releases) - [Changelog](https://github.com/PSeitz/wana_kana_rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/PSeitz/wana_kana_rust/commits) --- updated-dependencies: - dependency-name: wana_kana dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- kanash-components/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc8b0e9..c4bce2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1797,9 +1797,9 @@ dependencies = [ [[package]] name = "wana_kana" -version = "4.0.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a74666202acfcb4f9b995be2e3e9f7f530deb65e05a1407b8d0b30c9c451238a" +checksum = "377032e42ca0992cc94e7fa7ee6645a125978019a4961f933e3cf5eceb9c4ae0" dependencies = [ "fnv", "itertools 0.10.5", diff --git a/kanash-components/Cargo.toml b/kanash-components/Cargo.toml index 15807d5..05c700e 100644 --- a/kanash-components/Cargo.toml +++ b/kanash-components/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["ratatui", "learning", "japanese", "TUI"] [dependencies] rand = "0.10.0" -wana_kana = "4.0.0" +wana_kana = "5.0.0" tui-rain = { git = "https://github.com/SuperJappie08/tui-rain.git", branch = "ratatui-0.30.0" } [target.'cfg(target_arch = "wasm32")'.dependencies]