Update deps
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user