Update dependency: toml-query: 0.6 -> 0.7

This commit is contained in:
Matthias Beyer 2018-07-19 20:03:22 +02:00
parent 0a7afee454
commit 3d12998603
38 changed files with 39 additions and 39 deletions

View file

@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
url = "1.2"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }

View file

@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }

View file

@ -18,8 +18,8 @@ build = "../../../build.rs"
[dependencies]
log = "0.4"
toml = "0.4"
toml-query = "0.6"
indicatif = "0.9"
toml-query = "0.7"
indicatif = "0.9"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }

View file

@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
log = "0.3"
version = "2.0.1"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }

View file

@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.3"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }

View file

@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
url = "1.2"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }

View file

@ -26,7 +26,7 @@ filters = "0.3"
nom = "3.2"
log = "0.4"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
is-match = "0.1"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
url = "1.5"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
prettytable-rs = "0.6"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -52,5 +52,5 @@ default-features = false
features = ["testing"]
[dev-dependencies.toml-query]
version = "0.4"
version = "0.7"

View file

@ -37,7 +37,7 @@ default-features = false
features = ["color", "suggestions", "wrap_help"]
[dev-dependencies]
toml-query = "0.6"
toml-query = "0.7"
env_logger = "0.5"
[dev-dependencies.libimagutil]

View file

@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
handlebars = "0.29.0"
tempfile = "2.1"

View file

@ -31,7 +31,7 @@ maintenance = { status = "actively-developed" }
walkdir = "1"
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
is-match = "0.1"
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }

View file

@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }

View file

@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
handlebars = "0.29"
vobject = "0.4"
walkdir = "1"

View file

@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
chrono = "0.4"
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
itertools = "0.7"
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }

View file

@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
chrono = "0.4"
log = "0.3"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
kairos = "0.1.0"
prettytable-rs = "0.6"

View file

@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.3"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
is-match = "0.1"
itertools = "0.7"

View file

@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
is-match = "0.1"
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }

View file

@ -19,7 +19,7 @@ build = "../../../build.rs"
clap = ">=2.17"
log = "0.3"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
is-match = "0.1"
regex = "0.2"
filters = "0.3"

View file

@ -26,7 +26,7 @@ xdg-basedir = "1.0"
itertools = "0.7"
ansi_term = "0.10"
is-match = "0.1"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
handlebars = "0.29.0"
atty = "0.2"

View file

@ -30,7 +30,7 @@ is-match = "0.1"
serde = "1"
serde_json = "1"
error-chain = "0.12"
toml-query = "0.6"
toml-query = "0.7"
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }

View file

@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
error-chain = "0.12"
log = "0.3"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
vobject = "0.5"
uuid = "0.6"
serde = "1"

View file

@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
chrono = "0.4"
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
itertools = "0.7"
error-chain = "0.12"
filters = "0.3"

View file

@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
chrono = "0.4"
log = "0.3"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
kairos = "0.1.0"

View file

@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
filters = "0.3"
chrono = "0.4"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
lazy_static = "0.2"
is-match = "0.1"
error-chain = "0.12"

View file

@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
task-hookrs = "0.5"
uuid = "0.6"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
log = "0.4.0"
serde_json = "1"
error-chain = "0.12"

View file

@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
log = "0.4"
error-chain = "0.12"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
filters = "0.2"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
lazy_static = "0.2"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }

View file

@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
chrono = "0.4"
toml-query = "0.6"
toml-query = "0.7"
lazy_static = "0.2"
toml = "0.4"
error-chain = "0.12"

View file

@ -26,7 +26,7 @@ log = "0.4.0"
regex = "0.2"
semver = "0.8"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
serde_derive = "1"
serde = "1"
error-chain = "0.12"

View file

@ -27,7 +27,7 @@ url = "1.5"
sha-1 = "0.7"
hex = "0.3"
is-match = "0.1"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
itertools = "0.7"
log = "0.4.0"
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
sha-1 = { version = "0.7", optional = true }
sha2 = { version = "0.7", optional = true }

View file

@ -26,7 +26,7 @@ toml = "0.4"
itertools = "0.7"
is-match = "0.1"
filters = "0.3"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }

View file

@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
toml = "0.4"
toml-query = "0.6"
toml-query = "0.7"
error-chain = "0.12"
filters = "0.3"