summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--builder/Cargo.toml20
m---------cargo_author0
m---------cargo_toml0
-rw-r--r--categories/Cargo.toml8
-rw-r--r--crate_db/Cargo.toml16
m---------crate_git_checkout10
m---------crates_io_client10
m---------docs_rs_client10
-rw-r--r--front_end/Cargo.toml20
-rw-r--r--github_info/Cargo.toml6
-rw-r--r--kitchen_sink/Cargo.toml40
m---------lazyonce0
-rw-r--r--ranking/Cargo.toml6
-rw-r--r--reindex/Cargo.toml10
-rw-r--r--rich_crate/Cargo.toml8
-rw-r--r--search_index/Cargo.toml4
-rw-r--r--server/Cargo.toml8
m---------simple_cache8
-rw-r--r--udedokei/Cargo.toml8
-rw-r--r--user_db/Cargo.toml6
20 files changed, 99 insertions, 99 deletions
diff --git a/builder/Cargo.toml b/builder/Cargo.toml
index b4fff15..2209860 100644
--- a/builder/Cargo.toml
+++ b/builder/Cargo.toml
@@ -7,15 +7,15 @@ default-run = "builder"
[dependencies]
kitchen_sink = { path = "../kitchen_sink", version = "0.8" }
-rusqlite = "0.20.0"
-parking_lot = "0.9.0"
-chrono = "0.4.7"
-regex = "1.1.0"
-serde = "1.0.45"
-serde_json = "1.0.17"
-serde_derive = "1.0.45"
+rusqlite = "0.21.0"
+parking_lot = "0.10.0"
+chrono = "0.4.10"
+regex = "1.3.1"
+serde = "1.0.104"
+serde_json = "1.0.44"
+serde_derive = "1.0.104"
scopeguard = "1.0.0"
-rand = "0.7.0"
+rand = "0.7.2"
crate_db = { path = "../crate_db", version = "0.4.5" }
-lts = "0.1.4"
-crates-index = "0.13.3"
+lts = "0.1.5"
+crates-index = "0.13.4"
diff --git a/cargo_author b/cargo_author
-Subproject b275a79d0346a85497d6a8c53abd52b7eecc425
+Subproject cdfd0463b2c9f267ba5954f1c0eb5211a2a3341
diff --git a/cargo_toml b/cargo_toml
-Subproject a2386fc0291332ba3c6d4053f217da614188eb7
+Subproject 258d75b1a88373d3fe079f3816de64d5f1f00df
diff --git a/categories/Cargo.toml b/categories/Cargo.toml
index c1c9a57..9b223c2 100644
--- a/categories/Cargo.toml
+++ b/categories/Cargo.toml
@@ -11,8 +11,8 @@ name = "categories"
path = "src/categories.rs"
[dependencies]
-serde = "1.0.66"
-toml = "0.5"
-serde_derive = "1.0.66"
-lazy_static = "1.0.1"
+serde = "1.0.104"
+toml = "0.5.5"
+serde_derive = "1.0.104"
+lazy_static = "1.4.0"
quick-error = "1.2.2"
diff --git a/crate_db/Cargo.toml b/crate_db/Cargo.toml
index 6ba570d..6182b99 100644
--- a/crate_db/Cargo.toml
+++ b/crate_db/Cargo.toml
@@ -10,17 +10,17 @@ name ="crate_db"
path = "src/lib_crate_db.rs"
[dependencies]
-rusqlite = "0.20"
+rusqlite = "0.21.0"
rich_crate = { path = "../rich_crate" }
categories = { path = "../categories" }
-failure = "0.1.3"
-rayon = "1.0.1"
-lazy_static = "1.0.0"
-chrono = "0.4.2"
-thread_local = "1"
-parking_lot = "0.9"
+failure = "0.1.6"
+rayon = "1.3.0"
+lazy_static = "1.4.0"
+chrono = "0.4.10"
+thread_local = "1.0.0"
+parking_lot = "0.10.0"
rake = { git = "https://github.com/kornelski/rake-rs" }
-rmp-serde = "0.14"
+rmp-serde = "0.14.0"
heck = "0.3.1"
semver = "0.9.0"
diff --git a/crate_git_checkout b/crate_git_checkout
-Subproject d87ad2237ea9e43156aa2acfee7fb7382963ad5
+Subproject 843622d99e93c9c5beb7d893911ff771a557e4b
diff --git a/crates_io_client b/crates_io_client
-Subproject 5e8eb67122d7984d1722287b10677fa3d3788e5
+Subproject 5f0a18c3ef1bed945312eb913c558de4614f884
diff --git a/docs_rs_client b/docs_rs_client
-Subproject 9821942266a39812c984bac6091230e13b2b13f
+Subproject 5e706e889fe52dd9c61ad8f405f05b417f4a340
diff --git a/front_end/Cargo.toml b/front_end/Cargo.toml
index 5789837..cf8529e 100644
--- a/front_end/Cargo.toml
+++ b/front_end/Cargo.toml
@@ -10,7 +10,7 @@ name = "front_end"
path = "src/front_end.rs"
[build-dependencies]
-ructe = "0.8"
+ructe = "0.8.0"
[dependencies]
kitchen_sink = { path = "../kitchen_sink", version = "0.8" }
@@ -19,17 +19,17 @@ render_readme = { git = "https://gitlab.com/crates.rs/render_readme.git", versio
categories = { path = "../categories" }
udedokei = { path = "../udedokei" }
search_index = { path = "../search_index" }
-rayon = "1.0.3"
-failure = "0.1.2"
-chrono = "0.4.2"
+rayon = "1.3.0"
+failure = "0.1.6"
+chrono = "0.4.10"
semver = "0.9.0"
semver-parser = "0.9.0"
-lab = "0.7"
+lab = "0.7.2"
urlencoding = "1.0.0"
-regex = "1.0.0"
+regex = "1.3.1"
locale = "0.2.2"
-url = "2.1"
-parking_lot = "0.9"
-unicase = "2.4.0"
-either = "1.5.2"
+url = "2.1.0"
+parking_lot = "0.10.0"
+unicase = "2.6.0"
+either = "1.5.3"
heck = "0.3.1"
diff --git a/github_info/Cargo.toml b/github_info/Cargo.toml
index 59eb8a7..6be9c28 100644
--- a/github_info/Cargo.toml
+++ b/github_info/Cargo.toml
@@ -11,9 +11,9 @@ path = "src/lib_github.rs"
[dependencies]
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
simple_cache = { git = "https://gitlab.com/crates.rs/simple_cache.git", version = "0.7.0" }
-serde = "1.0.53"
-serde_derive = "1.0.53"
-serde_json = "1.0.17"
+serde = "1.0.104"
+serde_derive = "1.0.104"
+serde_json = "1.0.44"
file = "1.1.2"
urlencoding = "1.0.0"
quick-error = "1.2.2"
diff --git a/kitchen_sink/Cargo.toml b/kitchen_sink/Cargo.toml
index 18630ff..2685cc1 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.13.1"
+crates-index = "0.13.3"
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" }
@@ -23,30 +23,30 @@ rich_crate = { path = "../rich_crate", version = "0.5" }
simple_cache = { git = "https://gitlab.com/crates.rs/simple_cache.git", version = "0.7.0" }
lazyonce = "1.0.0"
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git", version = "0.3.0" }
-cargo_toml = "0.8"
-serde = "1.0.43"
-serde_derive = "1.0.70"
-serde_json = "1.0.33"
-toml = "0.5"
-lazy_static = "1.0.0"
-regex = "1.1.0"
-url = "2.1"
-failure = "0.1.2"
+cargo_toml = "0.8.0"
+serde = "1.0.104"
+serde_derive = "1.0.104"
+serde_json = "1.0.44"
+toml = "0.5.5"
+lazy_static = "1.4.0"
+regex = "1.3.1"
+url = "2.1.0"
+failure = "0.1.6"
lazycell = "1.2.1"
-rayon = "1.0.3"
-reqwest = "0.9"
tokio = "0.1.11"
itertools = "0.8"
+rayon = "1.3.0"
+reqwest = "0.9.24"
semver-parser = "0.9.0"
-chrono = "0.4.5"
+chrono = "0.4.10"
semver = "0.9.0"
-ctrlc = "3.1.1"
-flate2 = "1.0.6"
-string-interner = "0.7.0"
-parking_lot = "0.9"
+ctrlc = "3.1.3"
+flate2 = "1.0.13"
+string-interner = "0.7.1"
+parking_lot = "0.10.0"
udedokei = { path = "../udedokei" }
-tar = "0.4.15"
-libflate = "0.1.14"
-ahash = "0.2.12"
+tar = "0.4.26"
+libflate = "0.1.27"
+ahash = "0.2.18"
deunicode = "1.0.0"
diff --git a/lazyonce b/lazyonce
-Subproject 8f589c889ade26bcdbdf2a308195e04fe1615f8
+Subproject 9234158c6f7291e6d7dc1e77889bd3a332a54c6
diff --git a/ranking/Cargo.toml b/ranking/Cargo.toml
index 0ddb3d8..a955419 100644
--- a/ranking/Cargo.toml
+++ b/ranking/Cargo.toml
@@ -9,9 +9,9 @@ name = "ranking"
path = "src/lib_ranking.rs"
[dependencies]
-rayon = "1.0.3"
+rayon = "1.3.0"
rich_crate = { path = "../rich_crate" }
-chrono = "0.4.6"
-cargo_toml = "0.8"
+chrono = "0.4.10"
+cargo_toml = "0.8.0"
render_readme = { git = "https://gitlab.com/crates.rs/render_readme.git", version = "0.6.1" }
semver = "0.9.0"
diff --git a/reindex/Cargo.toml b/reindex/Cargo.toml
index 2c7a9eb..25983d1 100644
--- a/reindex/Cargo.toml
+++ b/reindex/Cargo.toml
@@ -10,12 +10,12 @@ github_info = { path = "../github_info", version = "0.8.0" }
kitchen_sink = { path = "../kitchen_sink", version = "0.8" }
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
user_db = { path = "../user_db", version = "0.3" }
-failure = "0.1.1"
-rayon = "1.0.3"
-rand = "0.7"
+failure = "0.1.6"
+rayon = "1.3.0"
+rand = "0.7.2"
search_index = { path = "../search_index" }
render_readme = { git = "https://gitlab.com/crates.rs/render_readme.git" }
ranking = { path = "../ranking" }
-either = "1.5.0"
-parking_lot = "0.9"
+either = "1.5.3"
+parking_lot = "0.10.0"
udedokei = { path = "../udedokei" }
diff --git a/rich_crate/Cargo.toml b/rich_crate/Cargo.toml
index 8e98c49..bcad28a 100644
--- a/rich_crate/Cargo.toml
+++ b/rich_crate/Cargo.toml
@@ -7,15 +7,15 @@ description = "Crate struct enriched with additional crates.rs metadata"
license = "Apache-2.0 OR MIT"
[dependencies]
-crates-index = "0.13.1"
+crates-index = "0.13.4"
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" }
udedokei = { path = "../udedokei" }
-cargo_author = "1.0.0"
+cargo_author = "1.0.2"
cargo_toml = "0.8.0"
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
semver = "0.9.0"
parse_cfg = "2.0.0"
-serde_derive = "1.0.70"
-serde = "1.0.70"
+serde_derive = "1.0.104"
+serde = "1.0.104"
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"
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 36a7d9c..4479010 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "crates-server"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Kornel <kornel@geekhood.net>"]
edition = "2018"
description = "Crates.rs web server"
@@ -30,7 +30,7 @@ failure = "0.1.5"
tokio = "0.1.11"
tokio-timer = "0.2.10"
categories = { path = "../categories" }
-rayon = "1.0.3"
-arc-swap = "0.4"
-signal-hook = "0.1.10"
+rayon = "1.3.0"
+arc-swap = "0.4.4"
+signal-hook = "0.1.12"
locale = "0.2.2"
diff --git a/simple_cache b/simple_cache
-Subproject 34ab76e0e74915708dd85f5d238c0863a33b0b8
+Subproject 6bf9f588c36ce5e3d144eb50a593f8d2f3f097e
diff --git a/udedokei/Cargo.toml b/udedokei/Cargo.toml
index 89f63d3..23687b8 100644
--- a/udedokei/Cargo.toml
+++ b/udedokei/Cargo.toml
@@ -5,7 +5,7 @@ version = "0.1.0"
authors = ["Kornel <kornel@geekhood.net>"]
[dependencies]
-tokei = "10.0.1"
-ignore = "0.4.3"
-serde = "1.0.76"
-serde_derive = "1.0.76"
+tokei = "10.1.0"
+ignore = "0.4.10"
+serde = "1.0.104"
+serde_derive = "1.0.104"
diff --git a/user_db/Cargo.toml b/user_db/Cargo.toml
index 4eb92c7..2a9e695 100644
--- a/user_db/Cargo.toml
+++ b/user_db/Cargo.toml
@@ -10,8 +10,8 @@ name ="user_db"
path = "src/lib_user_db.rs"
[dependencies]
-rusqlite = "0.20"
+rusqlite = "0.21.0"
github_info = { path = "../github_info", version = "0.8.0" }
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
-failure = "0.1.1"
-parking_lot = "0.9"
+failure = "0.1.6"
+parking_lot = "0.10.0"