From 07245149d88eb4016f6ea704bc97b18b07ec2107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:03:32 +0000 Subject: [PATCH] Update glam requirement from >=0.18,<=0.24 to >=0.18, <=0.28 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.18.0...0.27.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 0f0b018..09965bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ blosc-src = { version = "0.3.0", features = ["lz4"] } bytemuck = { version = "1.13", features = ["extern_crate_alloc"] } byteorder = "1.4" flate2 = "1" -glam = ">=0.18,<=0.24" +glam = ">=0.18, <=0.28" half = { version = "2.2.1", features = ["bytemuck"] } log = "0.4" thiserror = "1"