From 15bfaef0b49716043ca6e19848bf68ba5807ffc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:29:59 +0100 Subject: [PATCH] Update glam requirement from 0.21 to 0.24 (#25) 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.21.0...0.24.2) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69cef3c..3827f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ memmap2 = "0.9" thiserror = "1.0.7" [dev-dependencies] -glam = "0.21" +glam = "0.24" minifb = "0.25"