From c3c8ded04a1fe33dc1e80c436558fe38342dca02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 02:53:51 +0000 Subject: [PATCH] Update kiss3d requirement from 0.35 to 0.42 Updates the requirements on [kiss3d](https://github.com/dimforge/kiss3d) to permit the latest version. - [Changelog](https://github.com/dimforge/kiss3d/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/kiss3d/commits/v0.42.0) --- updated-dependencies: - dependency-name: kiss3d dependency-version: 0.42.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 d2f5981..2982ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] clap = { version = "4", features = ["derive"] } criterion = "0.8" -kiss3d = "0.35" +kiss3d = "0.42" rand = "0.10" [target.'cfg(target_family = "wasm")'.dev-dependencies]