update indicatif

This commit is contained in:
Magnus Ulimoen 2020-09-21 17:06:53 +02:00
parent 3593ee2f52
commit 7782f72612
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ sbp = { path = "../sbp", features = ["rayon", "serde1"] }
euler = { path = "../euler", features = ["serde1"] } euler = { path = "../euler", features = ["serde1"] }
hdf5 = "0.7.0" hdf5 = "0.7.0"
rayon = "1.3.0" rayon = "1.3.0"
indicatif = "0.14.0" indicatif = "0.15.0"
structopt = "0.3.14" structopt = "0.3.14"
ndarray = { version = "0.13.1", features = ["serde"] } ndarray = { version = "0.13.1", features = ["serde"] }
either = "1.5.3" either = "1.5.3"