From 36d0145c377a9daee401c4a884ec6e8412381125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:47:17 +0000 Subject: [PATCH] cargo: bump glam from 0.30.10 to 0.32.1 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.30.10 to 0.32.1. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.30.10...0.32.1) --- updated-dependencies: - dependency-name: glam dependency-version: 0.32.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++++++- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d362098..57e2442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1047,7 +1047,7 @@ dependencies = [ "derive_more", "encoding_rs", "encoding_rs_io", - "glam 0.30.10", + "glam 0.32.1", "hound", "image", "imageproc", @@ -1536,6 +1536,15 @@ dependencies = [ "serde_core", ] +[[package]] +name = "glam" +version = "0.32.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f70749695b063ecbf6b62949ccccde2e733ec3ecbbd71d467dca4e5c6c97cca0" +dependencies = [ + "serde_core", +] + [[package]] name = "guillotiere" version = "0.6.2" diff --git a/Cargo.toml b/Cargo.toml index 063bd4b..af4c308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ derive_more = { version = "2", default-features = false, features = [ ] } encoding_rs = "0.8" encoding_rs_io = "0.1" -glam = { version = "0.30.7", default-features = false, features = [ +glam = { version = "0.32.1", default-features = false, features = [ "serde", "std", ] }