From 097d298b0fdf32f60e52bfff5a710fd537eb6e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:43:44 +0000 Subject: [PATCH] Update glam requirement from 0.28.0 to 0.29.0 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.28.0...0.28.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 ba241e2d3..93524ce60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ egui_dock = "0.13" flate2 = "1.0.30" flume = "0.11.0" fs_extra = "1.3.0" -glam = "0.28.0" +glam = "0.29.0" heck = "0.5.0" hmac = "0.12.1" image = "0.25.2"