From 4f2c4285ab704e353aa154bb4af666bd0bfa379d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:00:58 +0100 Subject: [PATCH] deps(deps): bump ndarray from 0.16.1 to 0.17.2 in the rust-major group (#75) Bumps the rust-major group with 1 update: [ndarray](https://github.com/rust-ndarray/ndarray). Updates `ndarray` from 0.16.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.16.1...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76436a2..e6b0be5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" [[package]] name = "ndarray" -version = "0.16.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" +checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" dependencies = [ "matrixmultiply", "num-complex", diff --git a/Cargo.toml b/Cargo.toml index 7e3a0ba..aaf9aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] csv = "1.3.0" glob = "0.3.2" indicatif = "0.18.0" -ndarray = { version = "0.16.1", features = ["rayon"] } +ndarray = { version = "0.17.2", features = ["rayon"] } numpy = "0.29.0" pyo3 = { version = "0.29.0", features = ["abi3-py311", "extension-module"] } rayon = "1.10.0" @@ -25,7 +25,7 @@ arbitrary = { version = "1.3.2", features = ["derive"] } arbtest = "0.3.1" flexbuffers = "25.2.10" float-cmp = "0.10.0" -ndarray = { version = "0.16.1", features = ["rayon", "serde"] } +ndarray = { version = "0.17.2", features = ["rayon", "serde"] } serde = "1.0.200" tar = "0.4.40" tempfile = "3.10.1"