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:
Matthias Beyer 2017-10-12 22:07:18 +02:00
parent 663242db7e
commit 758166637b
21 changed files with 21 additions and 21 deletions

View file

@ -19,7 +19,7 @@ log = "0.3"
version = "2.0.1"
url = "1.2"
toml = "0.4"
toml-query = "0.3.0"
toml-query = "^0.4"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }

View file

@ -19,7 +19,7 @@ log = "0.3"
version = "2.0.1"
url = "1.5"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }

View file

@ -26,7 +26,7 @@ libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentryta
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
[dev-dependencies]
toml-query = "^0.3.1"
toml-query = "^0.4"
env_logger = "0.4"
[dev-dependencies.libimagutil]

View file

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
clap = ">=2.17"
log = "0.3"
toml = "0.4"
toml-query = "0.3"
toml-query = "^0.4"
version = "2.0.1"
handlebars = "0.29.0"
tempfile = "2.1"

View file

@ -19,7 +19,7 @@ walkdir = "1"
clap = ">=2.17"
log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }

View file

@ -18,7 +18,7 @@ clap = ">=2.17"
log = "0.3"
version = "2.0.1"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }

View file

@ -19,7 +19,7 @@ version = "2.0"
clap = ">=2.17"
log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }

View file

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
clap = ">=2.17"
log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
is-match = "0.1"
version = "2.0.1"

View file

@ -22,7 +22,7 @@ xdg-basedir = "1.0"
itertools = "0.7"
ansi_term = "0.10"
is-match = "0.1"
toml-query = "^0.3.1"
toml-query = "^0.4"
error-chain = "0.11"
handlebars = "0.29.0"

View file

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
chrono = "0.4"
log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
itertools = "0.7"
error-chain = "0.11"

View file

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
error-chain = "0.11"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }

View file

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
filters = "0.2"
chrono = "0.4"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
lazy_static = "0.2"
is-match = "0.1"
error-chain = "0.11"

View file

@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
task-hookrs = "0.4"
uuid = "0.5"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
log = "0.3"
serde_json = "1"
error-chain = "0.11"

View file

@ -12,7 +12,7 @@ license = "LGPL-2.1"
[dependencies]
lazy_static = "0.2"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
error-chain = "0.11"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }

View file

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
is-match = "0.1"
error-chain = "0.11"

View file

@ -15,7 +15,7 @@ homepage = "http://imag-pim.org"
[dependencies]
chrono = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
lazy_static = "0.2"
toml = "0.4"
error-chain = "0.11"

View file

@ -21,7 +21,7 @@ log = "0.3"
regex = "0.2"
semver = "0.8"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentrytag" }

View file

@ -11,7 +11,7 @@ license = "LGPL-2.1"
[dependencies]
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
serde_derive = "1"
serde = "1"
error-chain = "0.11"

View file

@ -20,7 +20,7 @@ toml = "0.4"
url = "1.5"
rust-crypto = "0.2"
is-match = "0.1"
toml-query = "^0.3.1"
toml-query = "^0.4"
error-chain = "0.11"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }

View file

@ -18,7 +18,7 @@ itertools = "0.7"
log = "0.3"
rust-crypto = "0.2"
toml = "0.4"
toml-query = "^0.3.1"
toml-query = "^0.4"
error-chain = "0.11"
walkdir = "1"

View file

@ -21,7 +21,7 @@ toml = "0.4"
itertools = "0.7"
is-match = "0.1"
filters = "0.2"
toml-query = "^0.3.1"
toml-query = "^0.4"
error-chain = "0.11"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }