From aa653c86e836631b1a6ca3804e63cb8e5fbc2df7 Mon Sep 17 00:00:00 2001 From: "renovate-chalharu[bot]" <125513472+renovate-chalharu[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:31:01 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75f7ec9..5bd39d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.2.19" num-complex = "0.4.6" [dev-dependencies] -rand = "0.8.6" +rand = "0.9.4" rand_xorshift = "0.3.0" [dev-dependencies.appro-eq]