From bd52d6d0bc8ec90462f20a8ff5811226e5ae02cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:31:26 +0000 Subject: [PATCH] chore(deps): update ndarray-rand requirement from 0.15.0 to 0.16.0 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.15.0...ndarray-rand-0.16.0) --- updated-dependencies: - dependency-name: ndarray-rand dependency-version: 0.16.0 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 dbc5dc2..a6b042a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ num-traits = "0.2.19" [dev-dependencies] ndarray = { version = "0.16.1", features = ["approx"] } -ndarray-rand = "0.15.0" +ndarray-rand = "0.16.0" paste = "1.0.15" [package.metadata.docs.rs]