From fd2da627a4aa67f13874aa326289d7baf3ab3552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 22:28:19 +0000 Subject: [PATCH] Chore(deps): Update rand_xoshiro requirement from 0.6 to 0.8 in /rust Updates the requirements on [rand_xoshiro](https://github.com/rust-random/rngs) to permit the latest version. - [Commits](https://github.com/rust-random/rngs/commits) --- updated-dependencies: - dependency-name: rand_xoshiro dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d6690c08..1ab59258 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -26,7 +26,7 @@ pyo3 = "0.28" numpy = "0.28" ndarray = { version = "0.17", features = ["rayon"] } rand = "0.8" -rand_xoshiro = "0.6" +rand_xoshiro = "0.8" rayon = "1.8" # Pure Rust linear algebra for SVD/matrix inversion (no external deps).