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.