dependency: toml-query: 0.1.0 -> 0.2.0
This commit is contained in:
parent
bb9ff5bfd8
commit
820037bba6
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ semver = "0.5.1"
|
||||||
serde_json = "0.8.3"
|
serde_json = "0.8.3"
|
||||||
task-hookrs = "0.2.2"
|
task-hookrs = "0.2.2"
|
||||||
toml = "0.4.*"
|
toml = "0.4.*"
|
||||||
toml-query = "0.1.*"
|
toml-query = "0.2.*"
|
||||||
is-match = "0.1.*"
|
is-match = "0.1.*"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.4.*"
|
toml = "0.4.*"
|
||||||
toml-query = "0.1.*"
|
toml-query = "0.2.*"
|
||||||
semver = "0.5"
|
semver = "0.5"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
|
|
|
@ -18,7 +18,7 @@ chrono = "0.2"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
semver = "0.5"
|
semver = "0.5"
|
||||||
toml = "0.4.*"
|
toml = "0.4.*"
|
||||||
toml-query = "0.1.*"
|
toml-query = "0.2.*"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
itertools = "0.5"
|
itertools = "0.5"
|
||||||
|
|
|
@ -18,7 +18,7 @@ semver = "0.2"
|
||||||
task-hookrs = "0.2.2"
|
task-hookrs = "0.2.2"
|
||||||
uuid = "0.3"
|
uuid = "0.3"
|
||||||
toml = "0.4.*"
|
toml = "0.4.*"
|
||||||
toml-query = "0.1.*"
|
toml-query = "0.2.*"
|
||||||
is-match = "0.1.*"
|
is-match = "0.1.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
serde_json = "0.8"
|
serde_json = "0.8"
|
||||||
|
|
Loading…
Reference in a new issue