From 256a1074fc7211cf7d608fb62cdbff9ad54a9d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:31:48 +0000 Subject: [PATCH] build(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] --- dev-utility/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-utility/Cargo.toml b/dev-utility/Cargo.toml index 0889a80..f0823d5 100644 --- a/dev-utility/Cargo.toml +++ b/dev-utility/Cargo.toml @@ -19,7 +19,7 @@ serde_json_path = "0.7.2" thiserror = "2.0.10" rayon = "1.7" -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] } # Codec base64 = "0.22.1"