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]