From 615623ec9728bc875fb2bcc5ed96504e724aa8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:33:24 +0000 Subject: [PATCH] chore(deps): bump glam from 0.33.5 to 0.33.6 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.33.5 to 0.33.6. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.33.5...0.33.6) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ae628f..5589622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.33.5" +version = "0.33.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c426daf70099baff33fac0ba85151c42424861c56828cef9ba02dacb78eb6b26" +checksum = "21fef0953c54fd3de2f44b743fbf77e044c81a25faee03636dfccc0d35135e23" dependencies = [ "bytemuck", "libm",