From 475631ac35e045991161903a4b6361ee41b5507c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 17:38:07 +0000 Subject: [PATCH] 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 3f3cd99..ac86847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ imageproc = "0.26.0" approx = "0.5" cfg-if = "1.0.4" libm = "0.2.15" -rand = "0.9.2" +rand = "0.10.0" stacker = "0.1.22" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }