From a14fd236e6e67415b56f858a826dee2ca1f1033d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:03:36 +0000 Subject: [PATCH] Update kiss3d requirement from 0.35 to 0.37 --- updated-dependencies: - dependency-name: kiss3d dependency-version: 0.37.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 5d70a90..87baa10 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.7" -kiss3d = "0.35" +kiss3d = "0.37" rand = "0.9" [target.'cfg(target_family = "wasm")'.dev-dependencies]