From 90703e2f1b93a9c98577589c4be574b50c5f93ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:33:06 +0000 Subject: [PATCH] chore(deps): bump glam from 0.33.0 to 0.33.1 Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.33.0 to 0.33.1. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.33.0...0.33.1) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f76e369..2c1668b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ dependencies = [ [[package]] name = "glam" -version = "0.33.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb167719045debebe9f532320accc7b5c993c5a3b813f5696a11d5ca7bdc57b" +checksum = "898f5a568a84989b6c0f8caa50a93074b97dbdc58fc6d9543157bb4562758933" dependencies = [ "bytemuck", "libm", diff --git a/Cargo.toml b/Cargo.toml index 466c69d..7962ffb 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.33.0", default-features = false, features = ["libm", "bytemuck"] } +glam = { version = "0.33.1", default-features = false, features = ["libm", "bytemuck"] } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2.99"