Update dependency: indicatif: 0.11 -> 0.12

This commit is contained in:
Matthias Beyer 2019-10-07 18:06:29 +02:00
parent ee5348ea23
commit bddd29dfe4

View file

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
log = "0.4.6" log = "0.4.6"
toml = "0.5.1" toml = "0.5.1"
toml-query = "0.9.2" toml-query = "0.9.2"
indicatif = "0.11.0" indicatif = "0.12.0"
failure = "0.1.5" failure = "0.1.5"
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" } libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }