From 86cb4103a5a8a86db2d3ed03d22a44c88bcd02af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:05:02 +0000 Subject: [PATCH] chore(deps): update ndarray requirement from 0.15.6 to 0.16.1 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.6...0.15.6) --- 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 ea00f302..bdc11cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,7 @@ typetag = "0.2.13" url = "2.4.1" uuid = "1.4.1" uuid7 = "1.0.0" -ndarray = "0.15.6" +ndarray = "0.16.1" ndarray-interp = "0.4.1" rand_distr = "0.4.3" fake = "2.9.2"