From c2bfc1b6ccd164216fd39718c51a9ce2a4b6e572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:30:38 +0000 Subject: [PATCH] Update getrandom requirement from 0.2.5 to 0.3.0 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.5...v0.2.15) --- updated-dependencies: - dependency-name: getrandom 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 0a087df..198fec1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,4 +90,4 @@ name = "divan" harness = false [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2.5", features = ["js"] } # needed for rand +getrandom = { version = "0.3.0", features = ["js"] } # needed for rand