From 359f164479798b2ca9e3193a7f182a862095e915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:29:57 +0000 Subject: [PATCH] chore(deps): 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.1) --- updated-dependencies: - dependency-name: glam dependency-version: 0.32.1 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 20c60ba..70111d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["game-development"] [dependencies] oxidized-mc-types = "0.3" oxidized-registry = "0.1.0-dev" -glam = "0.30" +glam = "0.32" thiserror = "2" [dev-dependencies]