Update toml-query: 0.3.* -> 0.4
This update is needed for the error-chain update, as the toml-query 0.4.0 release also bumps this dependency.
This commit is contained in:
parent
663242db7e
commit
758166637b
21 changed files with 21 additions and 21 deletions
|
@ -19,7 +19,7 @@ log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
url = "1.2"
|
url = "1.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.3.0"
|
toml-query = "^0.4"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||||
|
|
|
@ -19,7 +19,7 @@ log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
url = "1.5"
|
url = "1.5"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||||
|
|
|
@ -26,7 +26,7 @@ libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentryta
|
||||||
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
env_logger = "0.4"
|
env_logger = "0.4"
|
||||||
|
|
||||||
[dev-dependencies.libimagutil]
|
[dev-dependencies.libimagutil]
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
clap = ">=2.17"
|
clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.3"
|
toml-query = "^0.4"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
handlebars = "0.29.0"
|
handlebars = "0.29.0"
|
||||||
tempfile = "2.1"
|
tempfile = "2.1"
|
||||||
|
|
|
@ -19,7 +19,7 @@ walkdir = "1"
|
||||||
clap = ">=2.17"
|
clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
|
|
||||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -18,7 +18,7 @@ clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
|
|
||||||
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -19,7 +19,7 @@ version = "2.0"
|
||||||
clap = ">=2.17"
|
clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
|
|
||||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
clap = ">=2.17"
|
clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ xdg-basedir = "1.0"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
ansi_term = "0.10"
|
ansi_term = "0.10"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
handlebars = "0.29.0"
|
handlebars = "0.29.0"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
|
|
|
@ -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.3.1"
|
toml-query = "^0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
filters = "0.2"
|
filters = "0.2"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
task-hookrs = "0.4"
|
task-hookrs = "0.4"
|
||||||
uuid = "0.5"
|
uuid = "0.5"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
|
@ -12,7 +12,7 @@ license = "LGPL-2.1"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -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.3.1"
|
toml-query = "^0.4"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
|
@ -21,7 +21,7 @@ log = "0.3"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
semver = "0.8"
|
semver = "0.8"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentrytag" }
|
libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentrytag" }
|
||||||
|
|
|
@ -11,7 +11,7 @@ license = "LGPL-2.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
|
@ -20,7 +20,7 @@ toml = "0.4"
|
||||||
url = "1.5"
|
url = "1.5"
|
||||||
rust-crypto = "0.2"
|
rust-crypto = "0.2"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -18,7 +18,7 @@ itertools = "0.7"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
rust-crypto = "0.2"
|
rust-crypto = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
walkdir = "1"
|
walkdir = "1"
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ toml = "0.4"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
filters = "0.2"
|
filters = "0.2"
|
||||||
toml-query = "^0.3.1"
|
toml-query = "^0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
Loading…
Reference in a new issue