From fdcc99bc7dcb49ce984bcb8fc22965f13e521402 Mon Sep 17 00:00:00 2001 From: "renovate-chalharu[bot]" <125513472+renovate-chalharu[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:57:03 +0000 Subject: [PATCH] Update Rust crate rand_xorshift to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11a878f..2910f1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ num-complex = "0.4.6" [dev-dependencies] rand = "0.8.5" -rand_xorshift = "0.3.0" +rand_xorshift = "0.5.0" [dev-dependencies.appro-eq] version="0.3.1"