From c08db6c102c05a56f41f21aae44dba29eff46ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 04:36:18 +0000 Subject: [PATCH] Update glam requirement from >=0.10, <0.27 to >=0.10, <0.29 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.10.0...0.28.0) --- updated-dependencies: - dependency-name: glam 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 9ae082d..cf2b265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ std = [] [dependencies] cgmath = { version = ">=0.17, <0.19", optional = true } -glam = { version = ">=0.10, <0.27", optional = true } +glam = { version = ">=0.10, <0.29", optional = true } nalgebra = { version = ">=0.21, <0.33", optional = true } serde = { version = "1", features = ["derive"], optional = true }