From c66a9650b25c91f7e4dc4fbdfb5120b29e66ae6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:56:41 +0000 Subject: [PATCH] fix(deps): update rust crate getrandom to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28527b0..da71043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ egui = "0.22.0" # You only need serde if you want app persistence: serde = { version = "1", features = ["derive"] } rand = "0.8.5" -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.4", features = ["js"] }