From ffbf04fde3d99e325a24c50d8faa22f6d3c0b739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:24:19 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91e22a4e..f72c1258 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ runtime-tokio = ["tokio/fs", "tokio/io-util"] watcher = [] [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] } wasm-bindgen-test = "0.3.49" [target.'cfg(target_arch = "wasm32")'.dev-dependencies]