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"