From 9cb3a90bc4468cdbe8a2ee5330153676d8178a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:45:48 +0000 Subject: [PATCH] cargo: bump glam from 0.30.10 to 0.31.0 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.30.10 to 0.31.0. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.30.10...0.31.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.31.0 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..dd11668 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.31.0", "hound", "image", "imageproc", @@ -1536,6 +1536,15 @@ dependencies = [ "serde_core", ] +[[package]] +name = "glam" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74a4d85559e2637d3d839438b5b3d75c31e655276f9544d72475c36b92fabbed" +dependencies = [ + "serde_core", +] + [[package]] name = "guillotiere" version = "0.6.2" diff --git a/Cargo.toml b/Cargo.toml index 063bd4b..76dd0b8 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.31.0", default-features = false, features = [ "serde", "std", ] }