From e32e4b7aa9171d3156e89145f51cf08c5bd6bee1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 14:02:34 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28527b0..cf7afaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ keywords = ["frontend"] egui = "0.22.0" # You only need serde if you want app persistence: serde = { version = "1", features = ["derive"] } -rand = "0.8.5" +rand = "0.10.0" getrandom = { version = "0.2", features = ["js"] }