From 41636e447cb10ff7909523f61490414cf9510e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:49:30 +0000 Subject: [PATCH] Bump glam from 0.30.10 to 0.33.6 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.30.10 to 0.33.6. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.30.10...0.33.6) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1d3517..67f1ccc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,9 +1084,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.30.10" +version = "0.33.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9" +checksum = "21fef0953c54fd3de2f44b743fbf77e044c81a25faee03636dfccc0d35135e23" dependencies = [ "serde_core", ] diff --git a/Cargo.toml b/Cargo.toml index 26fef2a..97f3b2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ thiserror = "2" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } bytemuck = { version = "1", features = ["derive"] } -glam = { version = "0.30", features = ["serde"] } +glam = { version = "0.33", features = ["serde"] } pollster = "1.0" libloading = "0.9" parking_lot = "0.12"