From f1bd7febee7948562b13787ecf3522d2313e4b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:29:37 +0000 Subject: [PATCH] Update getrandom requirement from 0.3.4 to 0.4.1 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.3.4...v0.4.1) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.1 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 2e84529..763bcc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } # web [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -getrandom = { version = "0.3.4", default-features = false, features = [ +getrandom = { version = "0.4.1", default-features = false, features = [ "wasm_js", ] } poll-promise = { version = "0.3.0", features = ["web"] }