From a9c262615355f92e1b828009601db3c0e0d800b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 13:04:26 +0000 Subject: [PATCH] Update ndarray requirement from ^0.13.0 to ^0.15.4 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/ndarray-rand-0.13.0...0.15.4) --- 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 a940bce..6c06c84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ nalgebra = { version = "^0.22.0", optional = true } ultraviolet = { version = "^0.6.0", optional = true } [target.'cfg(target_os = "linux")'.dependencies.ndarray] -version = "^0.13.0" +version = "^0.15.4" optional = true # LAPACK packages are difficult to distribute. MKL appears to build reliably on