From 44a545f548477831024124aeb30205cd2df17219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:15:35 +0000 Subject: [PATCH] Update ndarray requirement from 0.15.3 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.3...0.16.0) --- updated-dependencies: - dependency-name: ndarray 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 6963d0d..edb469c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ bench = false approx = "0.4" num-complex = "0.4" num-traits = "^0.2" -ndarray = { version = "0.15.3", features = ["approx", "serde"]} +ndarray = { version = "0.16.0", features = ["approx", "serde"]} hdf5 = { version = "0.8", features = ["lzf"]} serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"