From 1c43edc161000dde937be1df388e14fb5b75f590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 23:55:11 +0000 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b967529b..d7470dc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ roots = "0.0.8" # Least squares solver (NOTE: ndarray must be version 0.15 - not 0.16) # Bug report: https://github.com/argmin-rs/modcholesky/issues/34 -ndarray = { version = "=0.16.1", features = ["approx"] } +ndarray = { version = "=0.17.2", features = ["approx"] } modcholesky = "0.2" # jemallocator is an optional feature; it will only be loaded if the feature