libimaginteraction/Cargo.toml: Update dependencies
This commit is contained in:
parent
e55e805c6c
commit
96b7d0427c
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "0.7.2"
|
ansi_term = "0.9.*"
|
||||||
clap = "2.*"
|
clap = "2.*"
|
||||||
interactor = "0.1"
|
interactor = "0.1"
|
||||||
lazy_static = "0.1.15"
|
lazy_static = "0.2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
toml = "0.2.1"
|
toml = "0.2.1"
|
||||||
|
|
Loading…
Reference in a new issue