From 09bc7069b2b8a5818bdf85d3f59a94de6029f602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 04:13:32 +0000 Subject: [PATCH] Update glam requirement from >=0.10, <0.18 to >=0.10, <0.21 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.10.0...0.20.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 d7e0227..29a6b7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ std = [] [dependencies] cgmath = { version = ">=0.17, <0.19", optional = true } -glam = { version = ">=0.10, <0.18", optional = true } +glam = { version = ">=0.10, <0.21", optional = true } nalgebra = { version = ">=0.21, <0.28", optional = true } serde = { version = "1", features = ["derive"], optional = true }