From cd22d6ef09f9a24ad4bccff933e72e2c82182902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:11:50 +0000 Subject: [PATCH] Bump the ndarray-packages group across 1 directory with 2 updates Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) and [ndarray-stats](https://github.com/rust-ndarray/ndarray-stats) to permit the latest version. Updates `ndarray` 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) Updates `ndarray-stats` to 0.7.0 - [Release notes](https://github.com/rust-ndarray/ndarray-stats/releases) - [Commits](https://github.com/rust-ndarray/ndarray-stats/compare/0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production dependency-group: ndarray-packages - dependency-name: ndarray-stats dependency-version: 0.7.0 dependency-type: direct:production dependency-group: ndarray-packages ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a30343c..6a0eb3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ clap = { version = "4.5.0", features = ["derive"] } fxread = "0.2.5" hashbrown = "0.15.0" indicatif = { version = "0.17.8", features = ["rayon"] } -ndarray = "0.16.1" -ndarray-stats = "0.6.0" +ndarray = "0.17.1" +ndarray-stats = "0.7.0" rayon = "1.7.0"