From 23fcd5df409fea7d1d803d5266daaef3ecb1fea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 10:32:50 +0000 Subject: [PATCH] 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.2.17) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/Cargo.toml b/sim/Cargo.toml index b5e23fe..803e4d5 100644 --- a/sim/Cargo.toml +++ b/sim/Cargo.toml @@ -18,7 +18,7 @@ wasm-opt = ["-Oz", "--enable-mutable-globals"] crate-type = ["cdylib", "rlib"] [dependencies] -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.4", features = ["js"] } js-sys = "0.3" lazy_static = "1.4" num-traits = "0.2"