From 58a3f21b1ee0bc803401bab3dbee74ef5218e7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:43:38 +0000 Subject: [PATCH] Update glam requirement from 0.9.5 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.5...0.22.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_math/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 46f48ff0a7bd4..3ced1f72f6db7 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -13,4 +13,4 @@ license = "MIT" keywords = ["bevy"] [dependencies] -glam = { version = "0.9.5", features = ["serde"] } +glam = { version = "0.22.0", features = ["serde"] }