summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-06-24 11:47:38 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-24 11:47:38 -0400
commit04e6835fddd03ea582ff4d77995f600cadba9d85 (patch)
tree0a5a3309aea57b74cc4018332d859451f3da3438 /Cargo.toml
parent0fd5495ba641c158208304e920b7e68820345aca (diff)
downloadacap-04e6835fddd03ea582ff4d77995f600cadba9d85.tar.xz
cargo: Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66c35eb..00ef2a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,10 +11,10 @@ keywords = ["ann", "knn", "nearest-neighbors"]
categories = ["algorithms", "data-structures"]
[dependencies]
-num-traits = "0.2.11"
+num-traits = "0.2.12"
[dev-dependencies]
-criterion = "0.3"
+criterion = "0.3.2"
rand = "0.7.3"
[[bench]]