From a469cb7fcafc9d5db84f12da9694184c840f3aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:35:33 +0000 Subject: [PATCH] Update kiss3d requirement from 0.35 to 0.40 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) --- updated-dependencies: - dependency-name: kiss3d dependency-version: 0.40.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..c7e4ca4 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.40" rand = "0.10" [target.'cfg(target_family = "wasm")'.dev-dependencies]