From c6f1a75de0aa5c4dda031dc8771d526bf33df580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 13:04:42 +0000 Subject: [PATCH] Update glam requirement from ^0.9.0 to ^0.22.0 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.9.0...0.22.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 a940bce..087960a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ num = "^0.3.0" typenum = "^1.10.0" cgmath = { version = "^0.17.0", optional = true } -glam = { version = "^0.9.0", optional = true } +glam = { version = "^0.22.0", optional = true } mint = { version = "^0.5.0", optional = true } nalgebra = { version = "^0.22.0", optional = true } ultraviolet = { version = "^0.6.0", optional = true }