aboutsummaryrefslogtreecommitdiff
path: root/difftree
diff options
context:
space:
mode:
Diffstat (limited to 'difftree')
-rw-r--r--difftree/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/difftree/Cargo.toml b/difftree/Cargo.toml
index 0aae03b..e6b1ff3 100644
--- a/difftree/Cargo.toml
+++ b/difftree/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-rayon = "1.8.0"
+rayon = "1.10.0"
rand = "0.8.5"
framework = { path = "../framework" }