From dbf10ffd16f5bd43d9d9142c48e5f4729d67334b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:17:51 +0000 Subject: [PATCH] Update rapier3d requirement from 0.27.0 to 0.28.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.28.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 d58ec9f..1f77104 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.16.1" rand = "0.9.0" -rapier3d = { version = "0.27.0", features = ["simd-stable"] } +rapier3d = { version = "0.28.0", features = ["simd-stable"] } russimp = "3.2.0" rusttype = { version = "0.9.3", features = ["gpu_cache"] }