From 32a4378d424515a24ffc9f02e971e61bb6db830d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:14:53 +0000 Subject: [PATCH] Update rapier3d requirement from 0.23.0 to 0.31.0 in /crates/engine Updates the requirements on [rapier3d](https://github.com/dimforge/rapier) to permit the latest version. - [Changelog](https://github.com/dimforge/rapier/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/rapier/commits) --- updated-dependencies: - dependency-name: rapier3d dependency-version: 0.31.0 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 eadbfec..3be93db 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -16,6 +16,6 @@ libnoise = "1.1.2" log = "0.4.25" ndarray = "0.17.1" rand = "0.9.0" -rapier3d = { version = "0.23.0", features = ["parallel"] } +rapier3d = { version = "0.31.0", features = ["parallel"] } russimp = "3.2.0" rusttype = { version = "0.9.3", features = ["gpu_cache"] }