From 23d754e6fcef794ac443b1aa51b5a9cc206f9aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:08:36 +0000 Subject: [PATCH] chore(deps): update ndarray-rand requirement from 0.14 to 0.16 Updates the requirements on [ndarray-rand](https://github.com/rust-ndarray/ndarray) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/compare/ndarray-rand-0.14.0...ndarray-rand-0.16.0) --- updated-dependencies: - dependency-name: ndarray-rand dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a56880..b856d77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ repository = "https://github.com/hyperpolymath/neurophone" [workspace.dependencies] # Core neural network ndarray = { version = "0.17", features = ["rayon", "serde"] } -ndarray-rand = "0.14" +ndarray-rand = "0.16" rand = "0.9" rand_distr = "0.4" rayon = "1.8"