From b463bf320aa209a5a7b48b593ddf33ba94c3cc61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:17:34 +0000 Subject: [PATCH] chore(deps): bump glam from 0.30.10 to 0.33.2 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.30.10 to 0.33.2. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/commits) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.2 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 bd8bed6..7809752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2720,9 +2720,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.30.10" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9" +checksum = "7f22fb22f065b308be0d8724e3706c7fa3fc2a6c7d6899df4cad7860e7a75436" [[package]] name = "glob" diff --git a/Cargo.toml b/Cargo.toml index 8148c91..a249350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,7 +204,7 @@ syn = { version = "2", features = ["full", "parsing", "extra-traits"] } # Graphics and visualization bytemuck = { version = "1.14", features = ["derive"] } -glam = "0.30" +glam = "0.33" pollster = "0.4" image = { version = "0.25", default-features = false, features = ["bmp", "gif", "ico", "jpeg", "png", "pnm", "tiff", "webp"] } fontdue = "0.9"