aboutsummaryrefslogtreecommitdiff
path: root/benchmarks3d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks3d/Cargo.toml')
-rw-r--r--benchmarks3d/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks3d/Cargo.toml b/benchmarks3d/Cargo.toml
index 16399c9..8fafea0 100644
--- a/benchmarks3d/Cargo.toml
+++ b/benchmarks3d/Cargo.toml
@@ -12,9 +12,9 @@ other-backends = [ "rapier_testbed3d/other-backends" ]
enhanced-determinism = [ "rapier3d/enhanced-determinism" ]
[dependencies]
-rand = "0.7"
+rand = "0.8"
Inflector = "0.11"
-nalgebra = "0.24"
+nalgebra = "0.25"
[dependencies.rapier_testbed3d]
path = "../build/rapier_testbed3d"