From fc15bed48046ce917bf3fcec793ee8ddd5525083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:52:12 +0000 Subject: [PATCH] Bump ndarray from 0.16.1 to 0.17.2 in /chronosynd-rs Bumps [ndarray](https://github.com/rust-ndarray/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 ... Signed-off-by: dependabot[bot] --- chronosynd-rs/Cargo.lock | 4 ++-- chronosynd-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chronosynd-rs/Cargo.lock b/chronosynd-rs/Cargo.lock index d03bbcd..d5f555b 100644 --- a/chronosynd-rs/Cargo.lock +++ b/chronosynd-rs/Cargo.lock @@ -546,9 +546,9 @@ dependencies = [ [[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/chronosynd-rs/Cargo.toml b/chronosynd-rs/Cargo.toml index 8245a01..5130e1f 100644 --- a/chronosynd-rs/Cargo.toml +++ b/chronosynd-rs/Cargo.toml @@ -19,7 +19,7 @@ authors = ["ChronosynD contributors"] rust-version = "1.75" [workspace.dependencies] -ndarray = "0.16" +ndarray = "0.17" statrs = "0.18" thiserror = "2" serde = { version = "1", features = ["derive"] }