From 9813abcd775482b2f97b9f59585db33ad0f2cc73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:30:27 +0000 Subject: [PATCH] Update glam requirement from 0.27 to 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.27.0...0.29.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 73b959fd4..b89017e4e 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.27" +glam = "0.29" indexmap = "2" inventory = { version = "0.3", optional = true } libc = "0.2"