summaryrefslogtreecommitdiffstats
path: root/search_index/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'search_index/Cargo.toml')
-rw-r--r--search_index/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/search_index/Cargo.toml b/search_index/Cargo.toml
index ef78d12..3413325 100644
--- a/search_index/Cargo.toml
+++ b/search_index/Cargo.toml
@@ -11,5 +11,5 @@ path = "src/lib_search_index.rs"
[dependencies]
tantivy = { git = "https://github.com/tantivy-search/tantivy" }
rich_crate = { path = "../rich_crate" }
-rayon = "1.0.3"
-rand = "0.7"
+rayon = "1.3.0"
+rand = "0.7.2"