From 60f6dc53bd78dcb633413a47826ef75817652678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:52:59 +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.2) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/reclink-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/reclink-wasm/Cargo.toml b/crates/reclink-wasm/Cargo.toml index 0bcb01a..4c6abd0 100644 --- a/crates/reclink-wasm/Cargo.toml +++ b/crates/reclink-wasm/Cargo.toml @@ -16,4 +16,4 @@ wasm-bindgen = "0.2.114" serde = { version = "1.0", features = ["derive"] } serde-wasm-bindgen = "0.6.5" js-sys = "0.3.91" -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] }