From 4ce7c0bba9c9acdf643a1598043c134c1c35b56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 20:07:34 +0000 Subject: [PATCH] Bump glam from 0.29.2 to 0.30.0 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.29.2 to 0.30.0. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.29.2...0.30.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 62277cf..e6ad9cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,9 +333,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.29.2" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc46dd3ec48fdd8e693a98d2b8bafae273a2d54c1de02a2a7e3d57d501f39677" +checksum = "17fcdf9683c406c2fc4d124afd29c0d595e22210d633cbdb8695ba9935ab1dc6" [[package]] name = "half" diff --git a/Cargo.toml b/Cargo.toml index 0487f9f..48409cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ num_enum = "0.7.3" thiserror = "2" bitflags = "2" derive_deref = "1.1.1" -glam = { version = "0.29", optional = true } +glam = { version = "0.30", optional = true } nalgebra = { version = "0.33", optional = true } [dev-dependencies]