From 5d28e38ca68b9f4c69f9a1ad3e2d2d2bddad4fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:23:59 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a8e0b9d7..22f5e45ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2855,9 +2855,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.30.10" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9" +checksum = "74a4d85559e2637d3d839438b5b3d75c31e655276f9544d72475c36b92fabbed" [[package]] name = "glob" diff --git a/Cargo.toml b/Cargo.toml index 6c20d23df..04dede885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ env_logger = "0.11" fastrand = "2.0" futures = "0.3" pin-project-lite = "0.2" -glam = "0.30.10" +glam = "0.31.0" object_store = { version = "0.12.4", default-features = false } float_next_after = "1" num-traits = { version = "0.2", default-features = false, features = ["libm"] }