summaryrefslogtreecommitdiffstats
path: root/search_index
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-12-22 22:16:26 +0100
committerKornel <kornel@geekhood.net>2019-12-22 22:21:19 +0100
commitd53706bb1de3ae13d305ed0ed87e5e0b89ed9af6 (patch)
tree9c6fb8523246be0972da72287f849d5cfa18f467 /search_index
parent89a2c3cd20ba140ec05390e1e3de33edf6349829 (diff)
Bump
Diffstat (limited to 'search_index')
-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"