From 29966e0cef60e30b11d3204c9c5b62ac893e8b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:31:24 +0000 Subject: [PATCH] chore(deps): update ndarray requirement from 0.16.1 to 0.17.1 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.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 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..b034bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,11 @@ path = "src/lib.rs" [dependencies] -ndarray = "0.16.1" +ndarray = "0.17.1" num-traits = "0.2.19" [dev-dependencies] -ndarray = { version = "0.16.1", features = ["approx"] } +ndarray = { version = "0.17.1", features = ["approx"] } ndarray-rand = "0.15.0" paste = "1.0.15"