From 7278cd92e902fd4cdb1fc1eeb9cd6662669e362d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:47:05 +0000 Subject: [PATCH] deps(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 b789e71..e929afd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ num-rational = "0.4" nalgebra = "0.32" thiserror = "1.0" indexmap = "2.0" -ndarray = "0.15" +ndarray = "0.17" rayon = { version = "1.7", optional = true } rustfft = { version = "6.1", optional = true } wasm-bindgen = { version = "0.2", optional = true }