From d091d4ff4185718c3260bd218c9b37b283dc7467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 05:14:06 +0000 Subject: [PATCH] chore(deps): update ndarray requirement from 0.16.1 to 0.17.2 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/0.16.1...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dbc5dc2..16d60ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,11 @@ path = "src/lib.rs" [dependencies] -ndarray = "0.16.1" +ndarray = "0.17.2" num-traits = "0.2.19" [dev-dependencies] -ndarray = { version = "0.16.1", features = ["approx"] } +ndarray = { version = "0.17.2", features = ["approx"] } ndarray-rand = "0.15.0" paste = "1.0.15"