From c8d866700d1ba720d8bdb28f39e49c9b38c8ae5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:05:05 +0000 Subject: [PATCH] Bump ndarray from 0.17.1 to 0.17.2 Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.17.1 to 0.17.2. - [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.17.1...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6ab3e3..fd9d5ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ dependencies = [ "glob", "image", "log", - "ndarray 0.17.1", + "ndarray 0.17.2", "num-traits", "rayon", "tempfile", @@ -909,9 +909,9 @@ dependencies = [ [[package]] name = "ndarray" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9" +checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" dependencies = [ "matrixmultiply", "num-complex", diff --git a/Cargo.toml b/Cargo.toml index 5e5ab7f..91aa5b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ glob = "0.3.3" ffmpeg-next = { version = "^7.1", features = ["static", "build"] } image = { version = "0.25", features = ["jpeg"] } log = "0.4.29" -ndarray = "0.17.1" +ndarray = "0.17.2" num-traits = "0.2.19" rayon = "1.11.0" tracing = "0.1.44"