Update dependency: filters: 0.1 -> 0.2
This commit is contained in:
parent
67a127f700
commit
013e82f04f
5 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ clap = ">=2.17"
|
|||
log = "0.3"
|
||||
version = "2.0.1"
|
||||
chrono = "0.4"
|
||||
filters = "0.1"
|
||||
filters = "0.2"
|
||||
itertools = "0.7"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
email = "0.0.17"
|
||||
filters = "0.1"
|
||||
filters = "0.2"
|
||||
error-chain = "0.10"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
|
|
|
@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
filters = "0.1"
|
||||
filters = "0.2"
|
||||
chrono = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
|
|
|
@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
|
|||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
filters = "0.1"
|
||||
filters = "0.2"
|
||||
itertools = "0.7"
|
||||
log = "0.3"
|
||||
regex = "0.2"
|
||||
|
|
|
@ -20,7 +20,7 @@ regex = "0.2"
|
|||
toml = "0.4"
|
||||
itertools = "0.7"
|
||||
is-match = "0.1"
|
||||
filters = "0.1"
|
||||
filters = "0.2"
|
||||
toml-query = "^0.3.1"
|
||||
error-chain = "0.10"
|
||||
|
||||
|
|
Loading…
Reference in a new issue