From 7f298716e5f0d660274c711a30153fd6f3abf2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:58:59 +0000 Subject: [PATCH] Bump glam from 0.28.0 to 0.29.0 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.28.0 to 0.29.0. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.28.0...0.29.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28ee0ac..3273467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,9 +395,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94" +checksum = "c28091a37a5d09b555cb6628fd954da299b536433834f5b8e59eba78e0cbbf8a" [[package]] name = "half" diff --git a/Cargo.toml b/Cargo.toml index cf5e664..ca90d73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ num_enum = "0.7.3" thiserror = "1" bitflags = "2" derive_deref = "1.1.1" -glam = { version = "0.28", optional = true } +glam = { version = "0.29", optional = true } nalgebra = { version = "0.33", optional = true } [dev-dependencies]