From 449354e320b740bd2e60ad01cec21e3151c982ad Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 07:15:46 +0000 Subject: [PATCH] Update Rust crate rand to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df4dd43..f244174 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ parking_lot = "0.12" pretty_assertions = "1.4" proc-macro2 = "1.0" progenitor = "0.9.1" -rand = "0.8" +rand = "0.9" regex = "1.11" regress = "0.10" reqwest = { version = "0.12", default-features = false }