From 883802f982e387dd12650d691972b7f4345bd118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:20:39 +0000 Subject: [PATCH] Update glam requirement from 0.29.1 to 0.30.7 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.29.1...0.30.7) --- updated-dependencies: - dependency-name: glam dependency-version: 0.30.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/dodgy_2d/Cargo.toml | 2 +- crates/dodgy_3d/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/dodgy_2d/Cargo.toml b/crates/dodgy_2d/Cargo.toml index daf962a..10cc61e 100644 --- a/crates/dodgy_2d/Cargo.toml +++ b/crates/dodgy_2d/Cargo.toml @@ -14,7 +14,7 @@ categories = ["game-development"] keywords = ["orca", "rvo", "collision", "avoidance", "navigation"] [dependencies] -glam = "0.29.1" +glam = "0.30.7" rand = "0.9.1" [features] diff --git a/crates/dodgy_3d/Cargo.toml b/crates/dodgy_3d/Cargo.toml index f4ad319..0a15cf7 100644 --- a/crates/dodgy_3d/Cargo.toml +++ b/crates/dodgy_3d/Cargo.toml @@ -14,7 +14,7 @@ categories = ["game-development"] keywords = ["orca", "rvo", "collision", "avoidance", "navigation"] [dependencies] -glam = "0.29.1" +glam = "0.30.7" rand = "0.9.1" [features]