From 454f664708ae90238b227173f1a9bd13f2347503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:54:19 +0000 Subject: [PATCH] chore(deps): update getrandom requirement from 0.2 to 0.4 Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.0...v0.3.4) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 044acf5..98b8fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ web-sys = { version = "0.3", features = [ console_error_panic_hook = { version = "0.1", optional = true } wee_alloc = { version = "0.4", optional = true } -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.4", features = ["js"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] eframe = "0.24"