From d53706bb1de3ae13d305ed0ed87e5e0b89ed9af6 Mon Sep 17 00:00:00 2001 From: Kornel Date: Sun, 22 Dec 2019 22:16:26 +0100 Subject: Bump --- search_index/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'search_index') 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" -- cgit v1.2.3