From 17e736179d21e2ec696db35291b27612d83d03fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:09:37 -0500 Subject: [PATCH] chore(deps): bump glam from 0.29.1 to 0.29.2 in the patch-updates group (#9) Bumps the patch-updates group with 1 update: [glam](https://github.com/bitshifter/glam-rs). Updates `glam` from 0.29.1 to 0.29.2 - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.29.1...0.29.2) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad08c29..50d1e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.29.1" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "480c9417a5dc586fc0c0cb67891170e59cc11e9dc79ba1c11ddd2c56ca3f3b90" +checksum = "dc46dd3ec48fdd8e693a98d2b8bafae273a2d54c1de02a2a7e3d57d501f39677" [[package]] name = "half" diff --git a/Cargo.toml b/Cargo.toml index 7aa34e6..cb2d636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ criterion = "0.3" rand = "0.8.5" [dependencies] -glam = { version = "0.29.1", optional = true } +glam = { version = "0.29.2", optional = true } [profile.release] codegen-units = 1