From 7cbf5cb586f1a3479efd87f6d0e1e82d7f71847d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:33:54 +0000 Subject: [PATCH] chore(deps): bump glam from 0.33.3 to 0.33.4 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.33.3 to 0.33.4. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.33.3...0.33.4) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.4 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 f3a951a..b1dffb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.33.3" +version = "0.33.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7360bd2cd76e0cd9032d42cf2922155cecea2685b0cfa4630c3246df030bcfd6" +checksum = "8937e8f6ab8fdb18acb6df9fa05f71cb20f12c4a3e292ad3c54cd2399d67ee25" dependencies = [ "bytemuck", "libm",