From fd7ce9af5b87530efa1fcab450a7404853bbd27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:56:59 +0000 Subject: [PATCH] Update ndarray requirement from 0.16.1 to 0.17.1 in /crates/engine 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.16.1...0.17.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index c233a4a..eadbfec 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -14,7 +14,7 @@ image = "0.25.5" lazy_static = "1.5.0" libnoise = "1.1.2" log = "0.4.25" -ndarray = "0.16.1" +ndarray = "0.17.1" rand = "0.9.0" rapier3d = { version = "0.23.0", features = ["parallel"] } russimp = "3.2.0"