From 7c278618650226f16f5b4d89c33bd997acd9285a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 21:34:13 +0000 Subject: [PATCH] chore(deps): bump glam from 0.32.1 to 0.33.0 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.32.1 to 0.33.0. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/commits) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.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 9f9e5fa..83b67c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f70749695b063ecbf6b62949ccccde2e733ec3ecbbd71d467dca4e5c6c97cca0" +checksum = "8fb167719045debebe9f532320accc7b5c993c5a3b813f5696a11d5ca7bdc57b" dependencies = [ "bytemuck", "libm", diff --git a/Cargo.toml b/Cargo.toml index d2fa8f0..f55003a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ bytemuck = "1.25.0" bytemuck_derive = "1.10.1" mvt-reader = "2.3.0" earcutr = "0.5.0" -glam = { version = "0.32.1", default-features = false, features = ["libm", "bytemuck"] } +glam = { version = "0.33.0", default-features = false, features = ["libm", "bytemuck"] } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2.99"