From 8b5b011ec97c91d9592db30a97ff35232f08a76e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 04:15:14 +0000 Subject: [PATCH] Update ndarray-rand requirement from ^0.9 to ^0.14 Updates the requirements on [ndarray-rand](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.9.0...ndarray-rand-0.14.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6570af..9f00eee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "lib"] [dependencies] ndarray = {version = "^0.12", default-features = false, features = ["serde-1"]} -ndarray-rand = "^0.9" +ndarray-rand = "^0.14" ndarray-parallel = "^0.9" rand = "^0.6" float-cmp = "^0.5.1"