From 9b2fd14e380cf58892af569c3c44c54970ce8fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:54:00 +0000 Subject: [PATCH] build(deps): bump getrandom from 0.4.1 to 0.4.2 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.4.1 to 0.4.2. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++------ kanash-components/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a12d04..8f13565 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,20 +590,20 @@ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", "libc", - "r-efi", + "r-efi 5.3.0", "wasip2", ] [[package]] name = "getrandom" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" dependencies = [ "cfg-if", "js-sys", "libc", - "r-efi", + "r-efi 6.0.0", "rand_core 0.10.0", "wasip2", "wasip3", @@ -737,7 +737,7 @@ dependencies = [ name = "kanash-components" version = "0.1.6" dependencies = [ - "getrandom 0.4.1", + "getrandom 0.4.2", "rand 0.10.0", "ratatui", "ratzilla", @@ -1151,6 +1151,12 @@ version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + [[package]] name = "radium" version = "0.7.0" @@ -1173,7 +1179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" dependencies = [ "chacha20", - "getrandom 0.4.1", + "getrandom 0.4.2", "rand_core 0.10.0", ] diff --git a/kanash-components/Cargo.toml b/kanash-components/Cargo.toml index 8531931..15807d5 100644 --- a/kanash-components/Cargo.toml +++ b/kanash-components/Cargo.toml @@ -14,7 +14,7 @@ wana_kana = "4.0.0" tui-rain = { git = "https://github.com/SuperJappie08/tui-rain.git", branch = "ratatui-0.30.0" } [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.4.1", features = ["wasm_js"] } +getrandom = { version = "0.4.2", features = ["wasm_js"] } ratzilla = "0.3.0" web-time = "1.1.0"