From 9ba6d57751b3f7907263319066f2a3c6ca84d710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:38:29 +0000 Subject: [PATCH] chore(deps): bump ndarray from 0.16.1 to 0.17.1 Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0abcccb..f13f365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,9 +657,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "ndarray" -version = "0.16.1" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" +checksum = "0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9" dependencies = [ "matrixmultiply", "num-complex", diff --git a/Cargo.toml b/Cargo.toml index 95cee5f..839cd68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ bitflags = "2.10.0" duplicate = "2.0.1" fixed-resample = "0.9.2" log = { version = "0.4.28", features = ["kv"] } -ndarray = "0.16.1" +ndarray = "0.17.1" oneshot = "0.1.11" rtrb = "0.3.2" thiserror = "2.0.17"