From dfb91e13ab4c92b282db3d0732470e504bf656af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:44:13 +0000 Subject: [PATCH] chore: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52705096a..97120f424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [".github/*", ".vscode/*"] [dependencies] csv = "1.3.1" -ndarray = { version = "0.16.1", features = ["rayon"] } +ndarray = { version = "0.17.1", features = ["rayon"] } serde = "1.0.188" serde_json = "1.0.66" sobol_burley = "0.5.0"