From 0741888b48c7830d1e336502000ef0e20c7b2c9e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 05:45:12 +0000 Subject: [PATCH] :arrow_up: Update ndarray-rand requirement from 0.13 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.13.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 a530c48..fde779e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ nalgebra = {version ="0.25.1", features = ["serde-serialize"], optional=true} [dev-dependencies] csv = "1.1" -ndarray-rand = "0.13" +ndarray-rand = "0.14" [features] show_vega = ["showata", "anyhow"]