From b51320e6e0e605ad49c8e27022c1554b1f278f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:46:53 +0000 Subject: [PATCH] build(deps): 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 1aff3950..de19684c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -199,7 +199,7 @@ wasm-bindgen-test = "0.3" console_error_panic_hook = "0.1" tracing-web = "0.1" # Allow `rand` crate to compile. -getrandom = { version = "0.3.4", features = ["wasm_js"] } +getrandom = { version = "0.4.1", features = ["wasm_js"] } # DRM example. [target.'cfg(not(any(target_os = "android", target_vendor = "apple", target_os = "redox", target_family = "wasm", target_os = "windows")))'.dev-dependencies]