From fff105fa99e981e06cf5d04f38d5f7e23f943f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 11:55:11 +0000 Subject: [PATCH] chore(deps): update glam requirement from 0.30 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.30.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 20c60ba..e4e8509 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.33" thiserror = "2" [dev-dependencies]