From dd46ab5f024c0712e8a514220f42447952c15364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:35:53 +0000 Subject: [PATCH] chore(deps): bump glam from 0.27.0 to 0.33.6 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.27.0 to 0.33.6. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.27.0...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 42a2ada..825db0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,9 +529,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.27.0" +version = "0.33.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9" +checksum = "21fef0953c54fd3de2f44b743fbf77e044c81a25faee03636dfccc0d35135e23" [[package]] name = "half" diff --git a/Cargo.toml b/Cargo.toml index 07cac4f..0255ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ropey = "1" dashmap = "6" percent-encoding = "2" base64 = "0.23" -glam = "0.27" +glam = "0.33" image = { version = "0.24.9", default-features = false, features = ["dds", "png", "tga"] } # server (workspace indexing)