From a63d931993a535e48479f238687fde2278492b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 09:27:10 +0000 Subject: [PATCH] Bump ndarray from 0.16.1 to 0.17.0 Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.0. - [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.0) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d77e5b5..c926ea3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ dependencies = [ "glob", "image", "log", - "ndarray", + "ndarray 0.17.0", "num-traits", "rayon", "tempfile", @@ -900,6 +900,21 @@ dependencies = [ "rawpointer", ] +[[package]] +name = "ndarray" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "132ea8ac1939bcf6c6e291dbf904dd19b998e2cfa7b9ac3bc7ab2e8577207a3f" +dependencies = [ + "matrixmultiply", + "num-complex", + "num-integer", + "num-traits", + "portable-atomic", + "portable-atomic-util", + "rawpointer", +] + [[package]] name = "new_debug_unreachable" version = "1.0.6" @@ -1656,7 +1671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "859aad7261bac267f90f9635ec9addba3b4bcb4bbb2edb03fec3e6b765657bee" dependencies = [ "ffmpeg-next", - "ndarray", + "ndarray 0.16.1", "tracing", "url", ] diff --git a/Cargo.toml b/Cargo.toml index 663543b..2073820 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.28" -ndarray = "0.16.1" +ndarray = "0.17.0" num-traits = "0.2.19" rayon = "1.11.0" tracing = "0.1.41"