From c1fde4b0dab0459eb7b73a83dc333c2ee564e898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 21:33:03 +0000 Subject: [PATCH] chore(deps): bump glam from 0.33.6 to 0.33.7 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.33.6 to 0.33.7. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.33.6...0.33.7) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.7 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 eebe116..a9d26b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.33.6" +version = "0.33.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21fef0953c54fd3de2f44b743fbf77e044c81a25faee03636dfccc0d35135e23" +checksum = "e762b9b188634fc508d4ec54b62ea3d352c43fd431d18d05d46f559f217f4725" dependencies = [ "bytemuck", "libm",