From 8de5e6a7df04cec13342719ad0e644eb5aaa770c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:26:43 +0000 Subject: [PATCH] Update glam requirement from 0.30 to 0.32 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.30.0...0.32.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.32.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 7b4e30c..fef55f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ criterion = "0.8" rand = "0.9" uuid = { version = "1.1", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] } -glam = { version = "0.30", features = ["serde"] } +glam = { version = "0.32", features = ["serde"] } bincode_1 = { version = "1.3", package = "bincode" } serde = { version = "1.0", features = ["derive"] } bumpalo = { version = "3.16.0", features = ["collections"] }