Update deps

This commit is contained in:
Jan Alexander Steffens (heftig)
2020-02-14 15:36:31 +01:00
parent 0c8e657ec0
commit 39750c763e
3 changed files with 593 additions and 532 deletions

View File

@@ -6,14 +6,13 @@ version = "0.1.0"
edition = "2018"
[dependencies]
clap = "2.32.0"
fallible-iterator = "0.1.5"
indicatif = "0.11.0"
jemallocator = "0.3.0"
postgres = "0.15.2"
rand = "0.7.0"
rayon = "1.0.2"
string_cache = "0.7.3"
clap = "2.33.0"
indicatif = "0.14.0"
jemallocator = "0.3.2"
postgres = "0.17.0"
rand = "0.7.2"
rayon = "1.3.0"
string_cache = "0.8.0"
[dependencies.state-map]
git = "https://github.com/matrix-org/rust-matrix-state-map"