diff --git a/Cargo.lock b/Cargo.lock index bc8b0e9..09fb7c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,7 +738,7 @@ name = "kanash-components" version = "0.1.6" dependencies = [ "getrandom 0.4.2", - "rand 0.10.0", + "rand 0.10.1", "ratatui", "ratzilla", "tui-rain", @@ -1174,9 +1174,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", diff --git a/kanash-components/Cargo.toml b/kanash-components/Cargo.toml index 15807d5..f4fbb6d 100644 --- a/kanash-components/Cargo.toml +++ b/kanash-components/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" keywords = ["ratatui", "learning", "japanese", "TUI"] [dependencies] -rand = "0.10.0" +rand = "0.10.1" wana_kana = "4.0.0" tui-rain = { git = "https://github.com/SuperJappie08/tui-rain.git", branch = "ratatui-0.30.0" }