From f952ea575a6f94655d9c310ebc4c4cf22a6c975a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:03:49 +0000 Subject: [PATCH] Update glam requirement from 0.25 to 0.26 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.25.0...0.26.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 e0f48513..7c7b79dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ criterion = "0.5" rand = "0.8" uuid = { version = "1.1", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] } -glam = { version = "0.25", features = ["serde"] } +glam = { version = "0.26", features = ["serde"] } bincode_1 = { version = "1.3", package = "bincode" } serde = { version = "1.0", features = ["derive"] }