Upgrade indicatif

This commit is contained in:
Joakim Frostegård 2021-08-15 22:37:54 +02:00
parent e2897ed90b
commit c8bb648d23
2 changed files with 5 additions and 7 deletions

View file

@ -14,7 +14,7 @@ anyhow = "1"
aquatic_cli_helpers = "0.1.0"
aquatic_udp = "0.1.0"
crossbeam-channel = "0.5"
indicatif = "0.15"
indicatif = "0.16.2"
mimalloc = { version = "0.1", default-features = false }
num-format = "0.4"
rand = { version = "0.8", features = ["small_rng"] }