libimagentryfilter/Cargo.toml: Update dependencies
This commit is contained in:
parent
a64320c3f5
commit
e8cad23ddb
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ homepage = "http://imag-pim.org"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.*"
|
clap = "2.*"
|
||||||
filters = "0.1.*"
|
filters = "0.1.*"
|
||||||
itertools = "0.4"
|
itertools = "0.5"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
semver = "0.2.1"
|
semver = "0.5.*"
|
||||||
toml = "0.2.*"
|
toml = "0.2.*"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
|
|
Loading…
Reference in a new issue