From d1db79fcc2d7eb4ed811925d1244427412573482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:17:49 +0000 Subject: [PATCH] Update glam requirement from 0.22 to 0.23 Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Release notes](https://github.com/bitshifter/glam-rs/releases) - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.22.0...0.23.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 a89c477..faf822c 100644 --- a/gdnative-core/Cargo.toml +++ b/gdnative-core/Cargo.toml @@ -24,7 +24,7 @@ ahash = "0.8" approx = "0.5" atomic-take = "1" bitflags = "1" -glam = "0.22" +glam = "0.23" indexmap = "1" libc = "0.2" once_cell = "1"