summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kitchen_sink/Cargo.toml2
-rw-r--r--rich_crate/Cargo.toml4
-rw-r--r--search_index/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/kitchen_sink/Cargo.toml b/kitchen_sink/Cargo.toml
index 572b219..040eda4 100644
--- a/kitchen_sink/Cargo.toml
+++ b/kitchen_sink/Cargo.toml
@@ -10,7 +10,7 @@ name = "kitchen_sink"
path = "src/lib_kitchen_sink.rs"
[dependencies]
-crates-index = "0.12.0"
+crates-index = "0.13.1"
crates_io_client = { git = "https://gitlab.com/crates.rs/crates_io_client.git", version = "0.7.0" }
docs_rs_client = { git = "https://gitlab.com/crates.rs/docs_rs_client.git", version = "0.4.0" }
github_info = { path = "../github_info", version = "0.8.0" }
diff --git a/rich_crate/Cargo.toml b/rich_crate/Cargo.toml
index 623f3bc..f77242f 100644
--- a/rich_crate/Cargo.toml
+++ b/rich_crate/Cargo.toml
@@ -1,13 +1,13 @@
[package]
edition = "2018"
name = "rich_crate"
-version = "0.4.5"
+version = "0.4.6"
authors = ["Kornel <kornel@geekhood.net>"]
description = "Crate struct enriched with additional crates.rs metadata"
license = "Apache-2.0 OR MIT"
[dependencies]
-crates-index = "0.12.0"
+crates-index = "0.13.1"
crates_io_client = { git = "https://gitlab.com/crates.rs/crates_io_client.git", version = "0.7.0" }
render_readme = { git = "https://gitlab.com/crates.rs/render_readme.git", version = "0.6.0" }
categories = { path = "../categories" }
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"