From 335d7a4bdf88a5d7affd7877d0761350d8ce1a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 18:32:40 +0000 Subject: [PATCH] Update glam requirement from 0.30 to 0.33 Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/commits) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.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 36bf958..845f077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bevy = { version = "0.18", default-features = false, features = [ ], optional = true } cfg-if = { version = "1", optional = true } derive_more = { version = "2", features = ["deref", "deref_mut"] } -glam = "0.30" +glam = "0.33" gltf = { version = "1.4", optional = true, features = ["extras"] } hashbrown = "0.17" itertools = "0.14"