summaryrefslogtreecommitdiffstats
path: root/search_index
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-07-20 01:19:05 +0100
committerKornel <kornel@geekhood.net>2019-07-20 01:19:05 +0100
commita83cf6fe7de5b266b9733873bf019b2147b31dab (patch)
tree46f5cff315d7a33c88ad50a22f18ced37eef6054 /search_index
parentdec1fab6bc2e8100d03ee550c34988857193ecc8 (diff)
Bump deps
Diffstat (limited to 'search_index')
-rw-r--r--search_index/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/search_index/Cargo.toml b/search_index/Cargo.toml
index 18fbd47..cc93950 100644
--- a/search_index/Cargo.toml
+++ b/search_index/Cargo.toml
@@ -9,7 +9,7 @@ name = "search_index"
path = "src/lib_search_index.rs"
[dependencies]
-tantivy = "0.9"
+tantivy = "0.10"
kitchen_sink = { path = "../kitchen_sink", version = "0.7.0" }
rayon = "1.0.3"
rand = "0.6.1"