From 0c4be78223f659c9974f8ce0b141a1e4936c8c4b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 11 Jan 2018 21:28:55 +0100 Subject: Update dependency: toml-query -> 0.6 --- bin/core/imag-annotate/Cargo.toml | 2 +- bin/core/imag-diagnostics/Cargo.toml | 2 +- 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-contact/Cargo.toml | 2 +- bin/domain/imag-diary/Cargo.toml | 2 +- bin/domain/imag-habit/Cargo.toml | 2 +- bin/domain/imag-log/Cargo.toml | 2 +- bin/domain/imag-todo/Cargo.toml | 2 +- doc/src/09020-changelog.md | 1 + lib/core/libimagrt/Cargo.toml | 2 +- lib/core/libimagstore/Cargo.toml | 2 +- lib/domain/libimagdiary/Cargo.toml | 2 +- lib/domain/libimaghabit/Cargo.toml | 2 +- lib/domain/libimaglog/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 +- lib/entry/libimagentryutil/Cargo.toml | 2 +- 31 files changed, 31 insertions(+), 30 deletions(-) diff --git a/bin/core/imag-annotate/Cargo.toml b/bin/core/imag-annotate/Cargo.toml index ccdb1d06..3a37f1d1 100644 --- a/bin/core/imag-annotate/Cargo.toml +++ b/bin/core/imag-annotate/Cargo.toml @@ -24,7 +24,7 @@ clap = ">=2.17" log = "0.3" url = "1.2" toml = "0.4" -toml-query = "0.4" +toml-query = "0.6" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" } diff --git a/bin/core/imag-diagnostics/Cargo.toml b/bin/core/imag-diagnostics/Cargo.toml index 30ccf4c7..f3cd6fec 100644 --- a/bin/core/imag-diagnostics/Cargo.toml +++ b/bin/core/imag-diagnostics/Cargo.toml @@ -16,7 +16,7 @@ homepage = "http://imag-pim.org" [dependencies] clap = ">=2.17" toml = "0.4" -toml-query = "0.4" +toml-query = "0.6" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" } diff --git a/bin/core/imag-gps/Cargo.toml b/bin/core/imag-gps/Cargo.toml index 39b7320d..fc4e1c6c 100644 --- a/bin/core/imag-gps/Cargo.toml +++ b/bin/core/imag-gps/Cargo.toml @@ -24,7 +24,7 @@ clap = ">=2.17" log = "0.3" url = "1.2" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" } diff --git a/bin/core/imag-link/Cargo.toml b/bin/core/imag-link/Cargo.toml index b7037dae..5474648e 100644 --- a/bin/core/imag-link/Cargo.toml +++ b/bin/core/imag-link/Cargo.toml @@ -24,7 +24,7 @@ clap = ">=2.17" log = "0.3" url = "1.5" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" } diff --git a/bin/core/imag-tag/Cargo.toml b/bin/core/imag-tag/Cargo.toml index 8e425299..a37d4b2a 100644 --- a/bin/core/imag-tag/Cargo.toml +++ b/bin/core/imag-tag/Cargo.toml @@ -31,7 +31,7 @@ libimagentrytag = { version = "0.6.0", path = "../../../lib/entry/libimagentryta libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" } [dev-dependencies] -toml-query = "^0.4" +toml-query = "0.6" env_logger = "0.4" [dev-dependencies.libimagutil] diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml index 3569d6da..0b78fd71 100644 --- a/bin/core/imag-view/Cargo.toml +++ b/bin/core/imag-view/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } clap = ">=2.17" log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" handlebars = "0.29.0" tempfile = "2.1" diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml index 0953dd09..5bd6dac1 100644 --- a/bin/core/imag/Cargo.toml +++ b/bin/core/imag/Cargo.toml @@ -24,7 +24,7 @@ walkdir = "1" clap = ">=2.17" log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" } libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" } diff --git a/bin/domain/imag-bookmark/Cargo.toml b/bin/domain/imag-bookmark/Cargo.toml index 64974b36..15a20762 100644 --- a/bin/domain/imag-bookmark/Cargo.toml +++ b/bin/domain/imag-bookmark/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } clap = ">=2.17" log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" } libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" } diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml index 09f2a9fd..e51d7f88 100644 --- a/bin/domain/imag-contact/Cargo.toml +++ b/bin/domain/imag-contact/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.6" handlebars = "0.29" vobject = "0.4" walkdir = "1" diff --git a/bin/domain/imag-diary/Cargo.toml b/bin/domain/imag-diary/Cargo.toml index 136b618d..db494457 100644 --- a/bin/domain/imag-diary/Cargo.toml +++ b/bin/domain/imag-diary/Cargo.toml @@ -24,7 +24,7 @@ chrono = "0.4" clap = ">=2.17" log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" } libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } diff --git a/bin/domain/imag-habit/Cargo.toml b/bin/domain/imag-habit/Cargo.toml index 28ab4c7b..615d57ce 100644 --- a/bin/domain/imag-habit/Cargo.toml +++ b/bin/domain/imag-habit/Cargo.toml @@ -18,7 +18,7 @@ chrono = "0.4" clap = ">=2.17" log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" kairos = "0.1.0-beta-2" libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" } diff --git a/bin/domain/imag-log/Cargo.toml b/bin/domain/imag-log/Cargo.toml index c698acdd..fb054d7e 100644 --- a/bin/domain/imag-log/Cargo.toml +++ b/bin/domain/imag-log/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } clap = ">=2.17" log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" is-match = "0.1" libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" } diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml index 548122a6..d219460b 100644 --- a/bin/domain/imag-todo/Cargo.toml +++ b/bin/domain/imag-todo/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } clap = ">=2.17" log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" is-match = "0.1" libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" } diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index 022d98d4..f9e37d0d 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -36,6 +36,7 @@ This section contains the changelog from the last release to the next release. * Internals were refactored from `match`ing all the things into function chaining * `libimagbookmark` does not longer wrap types from the store. + * The `toml-query` dependency was updated to 0.5.0 * Bugfixes ## 0.5.0 diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index 8c59ecbb..437b7f46 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -28,7 +28,7 @@ xdg-basedir = "1.0" itertools = "0.7" ansi_term = "0.10" is-match = "0.1" -toml-query = "^0.4" +toml-query = "0.6" error-chain = "0.11" handlebars = "0.29.0" diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml index f125fddc..9ed1dee6 100644 --- a/lib/core/libimagstore/Cargo.toml +++ b/lib/core/libimagstore/Cargo.toml @@ -32,7 +32,7 @@ serde = "1" serde_json = "1" serde_derive = "1" error-chain = "0.11" -toml-query = "0.4" +toml-query = "0.6" libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" } libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" } diff --git a/lib/domain/libimagdiary/Cargo.toml b/lib/domain/libimagdiary/Cargo.toml index 1e206af4..debcd564 100644 --- a/lib/domain/libimagdiary/Cargo.toml +++ b/lib/domain/libimagdiary/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } chrono = "0.4" log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" itertools = "0.7" error-chain = "0.11" diff --git a/lib/domain/libimaghabit/Cargo.toml b/lib/domain/libimaghabit/Cargo.toml index 8025734d..48dcace3 100644 --- a/lib/domain/libimaghabit/Cargo.toml +++ b/lib/domain/libimaghabit/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" chrono = "0.4" log = "0.3" toml = "0.4" -toml-query = "0.4.0" +toml-query = "0.6" error-chain = "0.11" kairos = "0.1.0-beta-2" diff --git a/lib/domain/libimaglog/Cargo.toml b/lib/domain/libimaglog/Cargo.toml index 9c825299..55870c91 100644 --- a/lib/domain/libimaglog/Cargo.toml +++ b/lib/domain/libimaglog/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] toml = "0.4" -toml-query = "0.3" +toml-query = "0.6" error-chain = "0.11" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml index fab0be19..e97c2e8b 100644 --- a/lib/domain/libimagnotes/Cargo.toml +++ b/lib/domain/libimagnotes/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" error-chain = "0.11" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/domain/libimagtimetrack/Cargo.toml b/lib/domain/libimagtimetrack/Cargo.toml index b15377d1..faeccf56 100644 --- a/lib/domain/libimagtimetrack/Cargo.toml +++ b/lib/domain/libimagtimetrack/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } filters = "0.2" chrono = "0.4" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" 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 00b6c7c1..fdcc027a 100644 --- a/lib/domain/libimagtodo/Cargo.toml +++ b/lib/domain/libimagtodo/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } task-hookrs = "0.4" uuid = "0.5" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" 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 83c48f7d..31c48a0b 100644 --- a/lib/entry/libimagentryannotation/Cargo.toml +++ b/lib/entry/libimagentryannotation/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" } [dependencies] lazy_static = "0.2" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" error-chain = "0.11" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml index 6cad3e2f..5268d925 100644 --- a/lib/entry/libimagentrycategory/Cargo.toml +++ b/lib/entry/libimagentrycategory/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.3" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" is-match = "0.1" error-chain = "0.11" diff --git a/lib/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml index 8f78d423..ee52d81f 100644 --- a/lib/entry/libimagentrydatetime/Cargo.toml +++ b/lib/entry/libimagentrydatetime/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] chrono = "0.4" -toml-query = "^0.4" +toml-query = "0.6" 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 b823cca4..6169265b 100644 --- a/lib/entry/libimagentryfilter/Cargo.toml +++ b/lib/entry/libimagentryfilter/Cargo.toml @@ -27,7 +27,7 @@ log = "0.3" regex = "0.2" semver = "0.8" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } libimagentrytag = { version = "0.6.0", path = "../../../lib/entry/libimagentrytag" } diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml index a3140296..0ad1fa9a 100644 --- a/lib/entry/libimagentrygps/Cargo.toml +++ b/lib/entry/libimagentrygps/Cargo.toml @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" } [dependencies] toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" serde_derive = "1" serde = "1" error-chain = "0.11" diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml index 52612bc9..7a9e1505 100644 --- a/lib/entry/libimagentrylink/Cargo.toml +++ b/lib/entry/libimagentrylink/Cargo.toml @@ -26,7 +26,7 @@ toml = "0.4" url = "1.5" rust-crypto = "0.2" is-match = "0.1" -toml-query = "^0.4" +toml-query = "0.6" error-chain = "0.11" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index 3060bf1f..b79f4010 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -24,7 +24,7 @@ itertools = "0.7" log = "0.3" rust-crypto = "0.2" toml = "0.4" -toml-query = "^0.4" +toml-query = "0.6" error-chain = "0.11" walkdir = "1" diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml index febb4f8f..1dd7d5a7 100644 --- a/lib/entry/libimagentrytag/Cargo.toml +++ b/lib/entry/libimagentrytag/Cargo.toml @@ -27,7 +27,7 @@ toml = "0.4" itertools = "0.7" is-match = "0.1" filters = "0.2" -toml-query = "^0.4" +toml-query = "0.6" error-chain = "0.11" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/entry/libimagentryutil/Cargo.toml b/lib/entry/libimagentryutil/Cargo.toml index 540a4b55..6d5b9a96 100644 --- a/lib/entry/libimagentryutil/Cargo.toml +++ b/lib/entry/libimagentryutil/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] toml = "0.4" -toml-query = "0.4" +toml-query = "0.6" error-chain = "0.11" libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" } -- cgit v1.2.3