From b6cf36952f2c24ebf70a3cdb8cb9135ee53064e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 03:14:15 +0000 Subject: [PATCH] chore(deps): update ndarray requirement from 0.15 to 0.17 Updates the requirements on [ndarray](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.15.0...0.17.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 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 a9dd49f..b25d4af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ repository = "https://github.com/hyperpolymath/neurophone" [workspace.dependencies] # Core neural network -ndarray = { version = "0.15", features = ["rayon", "serde"] } +ndarray = { version = "0.17", features = ["rayon", "serde"] } ndarray-rand = "0.14" rand = "0.8" rand_distr = "0.4"