From 546d21884bec0abb0101e5ebb943e8f4e99a10af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 01:56:06 +0000 Subject: [PATCH] deps: update ndarray requirement from 0.15 to 0.16 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.15.0...0.16.1) --- 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 98c4903..ecbe062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ needletail = "0.5" ahash = "0.8.11" numpy = "0.21" -ndarray = { version = "0.15", features = ["serde", "rayon"] } +ndarray = { version = "0.16", features = ["serde", "rayon"] } num-traits = { version = "0.2" } serde = "1.0" serde_derive = "1.0"