From 8a470cc6f69cbf5308a50d095f85c42b70a6ad36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:31:11 +0000 Subject: [PATCH] chore(deps): Update ndarray-npy requirement from 0.8 to 0.10 Updates the requirements on [ndarray-npy](https://github.com/jturner314/ndarray-npy) to permit the latest version. - [Changelog](https://github.com/jturner314/ndarray-npy/blob/master/RELEASES.md) - [Commits](https://github.com/jturner314/ndarray-npy/compare/v0.8.0...v0.10.0) --- updated-dependencies: - dependency-name: ndarray-npy dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 572aabb..307b2c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ default = [] nalgebra = "0.34" once_cell = "1.19" ndarray = "0.15" -ndarray-npy = "0.8" +ndarray-npy = "0.10" rayon = "1.10" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"