From 758166637b9806ff4f3b0ddd1bda56eb855bf448 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 12 Oct 2017 22:07:18 +0200 Subject: [PATCH] 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. --- bin/core/imag-gps/Cargo.toml | 2 +- bin/core/imag-link/Cargo.toml | 2 +- bin/core/imag-tag/Cargo.toml | 2 +- bin/core/imag-view/Cargo.toml | 2 +- bin/core/imag/Cargo.toml | 2 +- bin/domain/imag-bookmark/Cargo.toml | 2 +- bin/domain/imag-diary/Cargo.toml | 2 +- bin/domain/imag-todo/Cargo.toml | 2 +- lib/core/libimagrt/Cargo.toml | 2 +- lib/domain/libimagdiary/Cargo.toml | 2 +- lib/domain/libimagnotes/Cargo.toml | 2 +- lib/domain/libimagtimetrack/Cargo.toml | 2 +- lib/domain/libimagtodo/Cargo.toml | 2 +- lib/entry/libimagentryannotation/Cargo.toml | 2 +- lib/entry/libimagentrycategory/Cargo.toml | 2 +- lib/entry/libimagentrydatetime/Cargo.toml | 2 +- lib/entry/libimagentryfilter/Cargo.toml | 2 +- lib/entry/libimagentrygps/Cargo.toml | 2 +- lib/entry/libimagentrylink/Cargo.toml | 2 +- lib/entry/libimagentryref/Cargo.toml | 2 +- lib/entry/libimagentrytag/Cargo.toml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/bin/core/imag-gps/Cargo.toml b/bin/core/imag-gps/Cargo.toml index 8b29a196..3824e51d 100644 --- a/bin/core/imag-gps/Cargo.toml +++ b/bin/core/imag-gps/Cargo.toml @@ -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" } diff --git a/bin/core/imag-link/Cargo.toml b/bin/core/imag-link/Cargo.toml index 03aeae26..12ab562a 100644 --- a/bin/core/imag-link/Cargo.toml +++ b/bin/core/imag-link/Cargo.toml @@ -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" } diff --git a/bin/core/imag-tag/Cargo.toml b/bin/core/imag-tag/Cargo.toml index acdd042a..969bbcdd 100644 --- a/bin/core/imag-tag/Cargo.toml +++ b/bin/core/imag-tag/Cargo.toml @@ -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] diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml index 8bdd122c..7a3bcff5 100644 --- a/bin/core/imag-view/Cargo.toml +++ b/bin/core/imag-view/Cargo.toml @@ -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" diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml index 44a162ca..9249beef 100644 --- a/bin/core/imag/Cargo.toml +++ b/bin/core/imag/Cargo.toml @@ -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" } diff --git a/bin/domain/imag-bookmark/Cargo.toml b/bin/domain/imag-bookmark/Cargo.toml index 1f2ed070..1f492021 100644 --- a/bin/domain/imag-bookmark/Cargo.toml +++ b/bin/domain/imag-bookmark/Cargo.toml @@ -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" } diff --git a/bin/domain/imag-diary/Cargo.toml b/bin/domain/imag-diary/Cargo.toml index bb16f831..606ca0b1 100644 --- a/bin/domain/imag-diary/Cargo.toml +++ b/bin/domain/imag-diary/Cargo.toml @@ -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" } diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml index c7141832..bcf8bea0 100644 --- a/bin/domain/imag-todo/Cargo.toml +++ b/bin/domain/imag-todo/Cargo.toml @@ -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" diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index 637577be..867f358c 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -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" diff --git a/lib/domain/libimagdiary/Cargo.toml b/lib/domain/libimagdiary/Cargo.toml index d438aba1..16350ac4 100644 --- a/lib/domain/libimagdiary/Cargo.toml +++ b/lib/domain/libimagdiary/Cargo.toml @@ -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" diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml index f3e94838..b2fa6a1b 100644 --- a/lib/domain/libimagnotes/Cargo.toml +++ b/lib/domain/libimagnotes/Cargo.toml @@ -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" } diff --git a/lib/domain/libimagtimetrack/Cargo.toml b/lib/domain/libimagtimetrack/Cargo.toml index cb8e7ce7..2c899369 100644 --- a/lib/domain/libimagtimetrack/Cargo.toml +++ b/lib/domain/libimagtimetrack/Cargo.toml @@ -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" diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml index acf3e64e..88a4ca66 100644 --- a/lib/domain/libimagtodo/Cargo.toml +++ b/lib/domain/libimagtodo/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentryannotation/Cargo.toml b/lib/entry/libimagentryannotation/Cargo.toml index cf010bf9..bc738f42 100644 --- a/lib/entry/libimagentryannotation/Cargo.toml +++ b/lib/entry/libimagentryannotation/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml index f56081cd..28882319 100644 --- a/lib/entry/libimagentrycategory/Cargo.toml +++ b/lib/entry/libimagentrycategory/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml index 0b6c8dfe..6309f929 100644 --- a/lib/entry/libimagentrydatetime/Cargo.toml +++ b/lib/entry/libimagentrydatetime/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentryfilter/Cargo.toml b/lib/entry/libimagentryfilter/Cargo.toml index 21e02268..1db247de 100644 --- a/lib/entry/libimagentryfilter/Cargo.toml +++ b/lib/entry/libimagentryfilter/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml index 6230d7ce..5fd87a65 100644 --- a/lib/entry/libimagentrygps/Cargo.toml +++ b/lib/entry/libimagentrygps/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml index 4133beac..cf1f0860 100644 --- a/lib/entry/libimagentrylink/Cargo.toml +++ b/lib/entry/libimagentrylink/Cargo.toml @@ -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" } diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index ce46b628..abea8df6 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -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" diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml index 1b0e0b1a..76194571 100644 --- a/lib/entry/libimagentrytag/Cargo.toml +++ b/lib/entry/libimagentrytag/Cargo.toml @@ -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" }