From b6c14b5529c202ac425eafa40d5d594802bbab03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 21:12:49 +0000 Subject: [PATCH] chore(deps): update glam requirement from 0.32 to 0.33 Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.32.0...0.33.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa930bf..744fd8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ resolver = "2" [workspace.dependencies] -glam = "0.32" +glam = "0.33" criterion = { version = "0.8", features = ["html_reports"] } [workspace.package]