From 763b1c565d31030cf2a0a7301b2e01be483c05fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 11:39:48 +0000 Subject: [PATCH] chore(deps): update glam requirement from 0.32 to 0.33 Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.32.0...0.33.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- threecrate-reconstruction/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 510710b..c90280f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ categories = ["graphics", "mathematics", "science"] [workspace.dependencies] # Core dependencies nalgebra = { version = "0.34", features = ["bytemuck"] } -glam = "0.32" +glam = "0.33" bytemuck = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } thiserror = "2.0" diff --git a/threecrate-reconstruction/Cargo.toml b/threecrate-reconstruction/Cargo.toml index bac5362..48f3f32 100644 --- a/threecrate-reconstruction/Cargo.toml +++ b/threecrate-reconstruction/Cargo.toml @@ -24,7 +24,7 @@ poisson_reconstruction = { workspace = true } rstar = { workspace = true } kiddo = { workspace = true } bpa_rs = { workspace = true } -glam = "0.32" +glam = "0.33" num_cpus = "1.16" [dev-dependencies]