From 799290965438d79e03b8bd85dd20289d894f75ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:10:36 +0000 Subject: [PATCH] Update getrandom requirement from 0.2.3 to 0.3.2 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.3...v0.3.2) --- 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 85971bb9..3679a08a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ url = "2.2.2" webbrowser = { version = "1.0.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2.3", features = ["js"] } +getrandom = { version = "0.3.2", features = ["js"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] getrandom = "0.2.3"