From 988d17225bec8dcf43a39d540d0a2d7e1ea650fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 04:30:31 +0000 Subject: [PATCH] Update ndarray requirement from ^0.12 to ^0.13 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.12.0...v0.13.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..9e7fd35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "pyrus_nn" crate-type = ["cdylib", "lib"] [dependencies] -ndarray = {version = "^0.12", default-features = false, features = ["serde-1"]} +ndarray = {version = "^0.13", default-features = false, features = ["serde-1"]} ndarray-rand = "^0.9" ndarray-parallel = "^0.9" rand = "^0.6"