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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-29 13:00:58 +01:00
committed by GitHub
parent 7ed0e4ff53
commit 4f2c4285ab
2 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -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",
+2 -2
View File
@@ -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"