From d44a3120052fbed58a182f4a0ed5e85510f59505 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:11:19 +0000 Subject: [PATCH] Update Rust crate getrandom to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f358e42..8188fb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" bdk = "0.30.2" wasm-bindgen = "0.2.100" bdk_esplora = "0.22.0" -getrandom = { version = "0.2.15", features = ["js"] } +getrandom = { version = "0.3.0", features = ["js"] } idna = "=1.1.0" ring = "0.17.13" openssl = "0.10.72"