From 5be930561bd5f77fc4078426cedd68e204aeed0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:33:33 +0000 Subject: [PATCH] chore(deps): bump glam from 0.31.0 to 0.32.0 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.31.0 to 0.32.0. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.31.0...0.32.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.32.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 d1c6a3c..ff92df7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,9 +759,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74a4d85559e2637d3d839438b5b3d75c31e655276f9544d72475c36b92fabbed" +checksum = "34627c5158214743a374170fed714833fdf4e4b0cbcc1ea98417866a4c5d4441" dependencies = [ "bytemuck", "libm", diff --git a/Cargo.toml b/Cargo.toml index 938baaf..2d0dc89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ bytemuck = "1.25.0" bytemuck_derive = "1.10.1" mvt-reader = "2.2.0" earcutr = "0.5.0" -glam = { version = "0.31.0", default-features = false, features = ["libm", "bytemuck"] } +glam = { version = "0.32.0", default-features = false, features = ["libm", "bytemuck"] } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2.99"