From 0391f0cdb5773439844710454561d4c072cca7f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:12:25 +0000 Subject: [PATCH] fix(deps): update rust crate getrandom to 0.3 --- wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 4a9313c..637e523 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -61,7 +61,7 @@ resize = { version = "0.8", features = ["std"], default-features = false } rgb = "0.8" # Enable WebAssembly support for a few crates -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.3", features = ["js"] } chrono = { version = "0.4", features = ["wasmbind"] } time = { version = "0.3", features = ["wasm-bindgen"] }