From 6e56db630322bb43f72fcacae82769ce28d19825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:39:48 +0000 Subject: [PATCH] Update ndarray requirement from 0.15.2 to 0.16.0 Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version. - [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.15.2...0.16.0) --- updated-dependencies: - dependency-name: ndarray dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09c55ce..a913e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ serialization = [ itertools = "0.13" lair = "0.6" lapack = "0.19" -ndarray = "0.15.2" +ndarray = "0.16.0" num-complex = "0.4" num-traits = "0.2.15" rand = "0.8" @@ -78,7 +78,7 @@ optional = true [dev-dependencies] approx = "0.5" -ndarray = { version = "0.15", features = ["approx"] } +ndarray = { version = "0.16", features = ["approx"] } serde_json = "1" [packages.metadata.docs.rs]