From ba079415e36932581b73052ed880ed3213ad7879 Mon Sep 17 00:00:00 2001 From: "renovate-chalharu[bot]" <125513472+renovate-chalharu[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:45:25 +0000 Subject: [PATCH] Update Rust crate rand to 0.8.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11a878f..75f7ec9 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.5" +rand = "0.8.6" rand_xorshift = "0.3.0" [dev-dependencies.appro-eq]