From c7a00c511e07fa7167fe0d7da65dd03e4d87afde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 18:39:03 +0000 Subject: [PATCH] fix(deps): update rust crate getrandom to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..f09f6fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1", features = ["derive"] } rand = "0.8.5" random_word = { version = "0.4", features = ["en"] } log = "0.4" -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.3", features = ["js"] } web-time = "1" [target.'cfg(target_arch = "wasm32")'.dependencies]