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