summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 75aeebe..b37398b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,11 @@ keywords = ["ann", "knn", "nearest-neighbors"]
categories = ["algorithms", "data-structures"]
[dependencies]
-num-traits = "0.2.12"
+num-traits = "0.2.14"
[dev-dependencies]
-criterion = "0.3.3"
-rand = "0.7.3"
+criterion = "0.3.5"
+rand = "0.8.4"
[[bench]]
name = "benches"