From e7b3250dd45b00fe6b49a7bed12410575e1ac274 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 24 Oct 2021 11:28:51 -0400 Subject: Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3