forked from DGNum/colmena
parent
b751209f60
commit
e5665775b2
5 changed files with 27 additions and 8 deletions
|
@ -16,7 +16,6 @@ env_logger = "0.8.2"
|
|||
futures = "0.3.8"
|
||||
glob = "0.3.0"
|
||||
hostname = "0.3.1"
|
||||
indicatif = "0.17.0-beta.1"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.81"
|
||||
log = "0.4.11"
|
||||
|
@ -32,6 +31,10 @@ tokio-test = "0.4.0"
|
|||
users = "0.11.0"
|
||||
validator = { version = "0.12", features = ["derive"] }
|
||||
|
||||
# For https://github.com/mitsuhiko/indicatif/pull/325
|
||||
# Change back to 0.17.0-beta.2 when it releases
|
||||
indicatif = { git = "https://github.com/mitsuhiko/indicatif", rev = "5a38ab70b75be5fc9f4a00c4d9d58adabb817398" }
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0.0"
|
||||
features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue