From 32faa9d7c39509069e3468c61de767d474f3af50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:43:08 +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 9d67d2e0d..2d8cde7b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ progenitor = "0.13.0" progenitor-client = "0.13.0" proptest = "1.10.0" rayon = "1.11.0" -rand = { version = "0.9.2", features = [ "small_rng"] } +rand = { version = "0.10.0", features = [ "small_rng"] } rand_chacha = "0.9.0" reedline = "0.46.0" rangemap = "1.7.1"