From fff0de4dce3770e857c89f61766f932be9d9eec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:14:49 +0000 Subject: [PATCH] Update rand requirement from 0.9.1 to 0.10.0 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 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..7f75ab0 100644 --- a/crates/dodgy_2d/Cargo.toml +++ b/crates/dodgy_2d/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["orca", "rvo", "collision", "avoidance", "navigation"] [dependencies] glam = "0.29.1" -rand = "0.9.1" +rand = "0.10.0" [features] # Allows access to some of the internal data used to generate the final suggested velocity. diff --git a/crates/dodgy_3d/Cargo.toml b/crates/dodgy_3d/Cargo.toml index f4ad319..6965d05 100644 --- a/crates/dodgy_3d/Cargo.toml +++ b/crates/dodgy_3d/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["orca", "rvo", "collision", "avoidance", "navigation"] [dependencies] glam = "0.29.1" -rand = "0.9.1" +rand = "0.10.0" [features] # Allows access to some of the internal data used to generate the final suggested velocity.