From c1de94d8137f48a13cec92a73c26d5d60284e123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:59:58 +0000 Subject: [PATCH] Update glam requirement from 0.25 to 0.27 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.27.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gdnative-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdnative-core/Cargo.toml b/gdnative-core/Cargo.toml index 5783354e0..73b959fd4 100644 --- a/gdnative-core/Cargo.toml +++ b/gdnative-core/Cargo.toml @@ -25,7 +25,7 @@ ahash = "0.8" approx = "0.5" atomic-take = "1" bitflags = "1" -glam = "0.25" +glam = "0.27" indexmap = "2" inventory = { version = "0.3", optional = true } libc = "0.2"