From 20e02d0059c4383acb09a5f9bfc6e71429f20b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 02:06:42 +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 f54a3e8..f8c435d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["science", "algorithms"] readme = "README.md" [dependencies] -ndarray = { version = "0.15", features = ["rayon", "serde"] } +ndarray = { version = "0.17", features = ["rayon", "serde"] } ndarray-rand = "0.16" rand = "0.8" rand_distr = "0.5"