From ded1dbc85fc0210d5bfce3ac8380875da8381839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:34:43 +0000 Subject: [PATCH] chore(deps): update getrandom requirement from 0.3 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.3.0...v0.4.0) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.0 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 f4f3a42..b8a12c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ proptest = "1.5" tokio = { version = "1.0", features = ["full", "test-util"] } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] } [[bench]] name = "bench_main"