From da931f6ab7595dde1a857a4ef52cac1c336711d1 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 Mar 2020 14:48:28 +0100 Subject: Update toml-query: 0.9.2 -> 0.10.0 Signed-off-by: Matthias Beyer --- bin/core/imag-annotate/Cargo.toml | 2 +- bin/core/imag-category/Cargo.toml | 2 +- bin/core/imag-diagnostics/Cargo.toml | 2 +- bin/core/imag-edit/Cargo.toml | 2 +- bin/core/imag-git/Cargo.toml | 2 +- bin/core/imag-gps/Cargo.toml | 2 +- bin/core/imag-header/Cargo.toml | 2 +- bin/core/imag-id-in-collection/Cargo.toml | 2 +- bin/core/imag-ids/Cargo.toml | 2 +- bin/core/imag-link/Cargo.toml | 2 +- bin/core/imag-store/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-calendar/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-mail/Cargo.toml | 2 +- bin/domain/imag-todo/Cargo.toml | 2 +- bin/domain/imag-wiki/Cargo.toml | 2 +- lib/core/libimagrt/Cargo.toml | 2 +- lib/core/libimagstore/Cargo.toml | 2 +- lib/domain/libimagcalendar/Cargo.toml | 2 +- lib/domain/libimagcontact/Cargo.toml | 2 +- lib/domain/libimagdiary/Cargo.toml | 2 +- lib/domain/libimaghabit/Cargo.toml | 2 +- lib/domain/libimaglog/Cargo.toml | 2 +- lib/domain/libimagmail/Cargo.toml | 2 +- lib/domain/libimagnotes/Cargo.toml | 2 +- lib/domain/libimagtimetrack/Cargo.toml | 2 +- lib/domain/libimagtodo/Cargo.toml | 2 +- lib/domain/libimagwiki/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/libimagentryurl/Cargo.toml | 2 +- lib/entry/libimagentryutil/Cargo.toml | 2 +- tests/version-sync/Cargo.toml | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/bin/core/imag-annotate/Cargo.toml b/bin/core/imag-annotate/Cargo.toml index 34e0ef4f..1516103d 100644 --- a/bin/core/imag-annotate/Cargo.toml +++ b/bin/core/imag-annotate/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.6" url = "2" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" resiter = "0.4.0" diff --git a/bin/core/imag-category/Cargo.toml b/bin/core/imag-category/Cargo.toml index 6f75f487..4b1775f8 100644 --- a/bin/core/imag-category/Cargo.toml +++ b/bin/core/imag-category/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" resiter = "0.4.0" diff --git a/bin/core/imag-diagnostics/Cargo.toml b/bin/core/imag-diagnostics/Cargo.toml index 4637006e..d49da954 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] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" indicatif = "0.14.0" anyhow = "1" resiter = "0.4.0" diff --git a/bin/core/imag-edit/Cargo.toml b/bin/core/imag-edit/Cargo.toml index 5e7a0df7..724152f8 100644 --- a/bin/core/imag-edit/Cargo.toml +++ b/bin/core/imag-edit/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.6" version = "3.0.0" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" resiter = "0.4.0" diff --git a/bin/core/imag-git/Cargo.toml b/bin/core/imag-git/Cargo.toml index af18fdfa..6e143e5d 100644 --- a/bin/core/imag-git/Cargo.toml +++ b/bin/core/imag-git/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" } diff --git a/bin/core/imag-gps/Cargo.toml b/bin/core/imag-gps/Cargo.toml index 8b09b751..ffd10a19 100644 --- a/bin/core/imag-gps/Cargo.toml +++ b/bin/core/imag-gps/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.6" url = "2" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" } diff --git a/bin/core/imag-header/Cargo.toml b/bin/core/imag-header/Cargo.toml index 6f293f0c..6399d33a 100644 --- a/bin/core/imag-header/Cargo.toml +++ b/bin/core/imag-header/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.6" version = "3.0.0" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" filters = "0.3.0" anyhow = "1" resiter = "0.4.0" diff --git a/bin/core/imag-id-in-collection/Cargo.toml b/bin/core/imag-id-in-collection/Cargo.toml index 19da86fa..b9e19809 100644 --- a/bin/core/imag-id-in-collection/Cargo.toml +++ b/bin/core/imag-id-in-collection/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } filters = "0.3.0" log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" } diff --git a/bin/core/imag-ids/Cargo.toml b/bin/core/imag-ids/Cargo.toml index 8095decd..33695a3d 100644 --- a/bin/core/imag-ids/Cargo.toml +++ b/bin/core/imag-ids/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" resiter = "0.4.0" diff --git a/bin/core/imag-link/Cargo.toml b/bin/core/imag-link/Cargo.toml index c7e53105..60e049e2 100644 --- a/bin/core/imag-link/Cargo.toml +++ b/bin/core/imag-link/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.6" url = "2" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" prettytable-rs = "0.8.0" anyhow = "1" diff --git a/bin/core/imag-store/Cargo.toml b/bin/core/imag-store/Cargo.toml index edc23afb..eaead468 100644 --- a/bin/core/imag-store/Cargo.toml +++ b/bin/core/imag-store/Cargo.toml @@ -39,7 +39,7 @@ features = ["color", "suggestions", "wrap_help"] early-panic = [ "libimagstore/early-panic" ] [dev-dependencies] -toml-query = "0.9.2" +toml-query = "0.10" [dev-dependencies.libimagutil] version = "0.10.0" diff --git a/bin/core/imag-tag/Cargo.toml b/bin/core/imag-tag/Cargo.toml index 15c7e3dd..22630680 100644 --- a/bin/core/imag-tag/Cargo.toml +++ b/bin/core/imag-tag/Cargo.toml @@ -37,7 +37,7 @@ default-features = false features = ["color", "suggestions", "wrap_help"] [dev-dependencies] -toml-query = "0.9.2" +toml-query = "0.10" env_logger = "0.7" [dev-dependencies.libimagutil] diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml index 512d1f5b..a9c9828a 100644 --- a/bin/core/imag-view/Cargo.toml +++ b/bin/core/imag-view/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" handlebars = "2" tempfile = "3.0.9" anyhow = "1" diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml index 3bf47ba5..f84aad08 100644 --- a/bin/core/imag/Cargo.toml +++ b/bin/core/imag/Cargo.toml @@ -60,7 +60,7 @@ maintenance = { status = "actively-developed" } walkdir = "2.2.8" log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" } diff --git a/bin/domain/imag-bookmark/Cargo.toml b/bin/domain/imag-bookmark/Cargo.toml index ededc996..5ab3ffc0 100644 --- a/bin/domain/imag-bookmark/Cargo.toml +++ b/bin/domain/imag-bookmark/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" resiter = "0.4.0" url = "2" diff --git a/bin/domain/imag-calendar/Cargo.toml b/bin/domain/imag-calendar/Cargo.toml index 9d7cd5a5..13dc00ee 100644 --- a/bin/domain/imag-calendar/Cargo.toml +++ b/bin/domain/imag-calendar/Cargo.toml @@ -46,7 +46,7 @@ default-features = false features = ["color", "suggestions", "wrap_help"] [dependencies.toml-query] -version = "0.9.2" +version = "0.10" default-features = false features = ["typed"] diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml index 03f8ad40..193f3f5c 100644 --- a/bin/domain/imag-contact/Cargo.toml +++ b/bin/domain/imag-contact/Cargo.toml @@ -45,7 +45,7 @@ default-features = false features = ["color", "suggestions", "wrap_help"] [dependencies.toml-query] -version = "0.9.2" +version = "0.10" default-features = false features = ["typed"] diff --git a/bin/domain/imag-diary/Cargo.toml b/bin/domain/imag-diary/Cargo.toml index ab72a908..95718e64 100644 --- a/bin/domain/imag-diary/Cargo.toml +++ b/bin/domain/imag-diary/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } chrono = "0.4.7" log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" itertools = "0.8.0" anyhow = "1" resiter = "0.4.0" diff --git a/bin/domain/imag-habit/Cargo.toml b/bin/domain/imag-habit/Cargo.toml index 365ee0c3..21aacbe9 100644 --- a/bin/domain/imag-habit/Cargo.toml +++ b/bin/domain/imag-habit/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } chrono = "0.4.7" log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" kairos = "0.3.0" prettytable-rs = "0.8.0" anyhow = "1" diff --git a/bin/domain/imag-log/Cargo.toml b/bin/domain/imag-log/Cargo.toml index bf4bcd89..a6d3fb10 100644 --- a/bin/domain/imag-log/Cargo.toml +++ b/bin/domain/imag-log/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" is-match = "0.1.0" itertools = "0.8.0" anyhow = "1" diff --git a/bin/domain/imag-mail/Cargo.toml b/bin/domain/imag-mail/Cargo.toml index bd59b42b..7a90bba6 100644 --- a/bin/domain/imag-mail/Cargo.toml +++ b/bin/domain/imag-mail/Cargo.toml @@ -41,7 +41,7 @@ default-features = false features = ["color", "suggestions", "wrap_help"] [dependencies.toml-query] -version = "0.9.2" +version = "0.10" default-features = false features = ["typed"] diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml index 0ecab71b..db981103 100644 --- a/bin/domain/imag-todo/Cargo.toml +++ b/bin/domain/imag-todo/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" is-match = "0.1.0" anyhow = "1" chrono = "0.4" diff --git a/bin/domain/imag-wiki/Cargo.toml b/bin/domain/imag-wiki/Cargo.toml index 41feb7fe..b8b8f9aa 100644 --- a/bin/domain/imag-wiki/Cargo.toml +++ b/bin/domain/imag-wiki/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" clap = "2.33.0" log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" is-match = "0.1.0" regex = "1.1.7" filters = "0.3.0" diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index 50229e6c..e000935a 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -52,7 +52,7 @@ default-features = false features = ["no_logging"] [dependencies.toml-query] -version = "0.9.2" +version = "0.10" default-features = false features = [ "typed" ] diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml index 6357b183..f6352a2f 100644 --- a/lib/core/libimagstore/Cargo.toml +++ b/lib/core/libimagstore/Cargo.toml @@ -29,7 +29,7 @@ walkdir = "2.2.8" is-match = "0.1.0" serde = "1.0.94" serde_json = "1.0.39" -toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" } +toml-query = "0.10" anyhow = "1" libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/domain/libimagcalendar/Cargo.toml b/lib/domain/libimagcalendar/Cargo.toml index cc733fc7..e305bec5 100644 --- a/lib/domain/libimagcalendar/Cargo.toml +++ b/lib/domain/libimagcalendar/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } anyhow = "1" log = "0.4" toml = "0.5" -toml-query = "0.9" +toml-query = "0.10" vobject = "0.7" chrono = "0.4" failure = "0.1" diff --git a/lib/domain/libimagcontact/Cargo.toml b/lib/domain/libimagcontact/Cargo.toml index 74dc3fd0..c487b2c9 100644 --- a/lib/domain/libimagcontact/Cargo.toml +++ b/lib/domain/libimagcontact/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1" failure = "0.1" log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" vobject = "0.7.0" uuid = "0.7.4" serde = "1.0.94" diff --git a/lib/domain/libimagdiary/Cargo.toml b/lib/domain/libimagdiary/Cargo.toml index 50ae0ac6..f73c8ee3 100644 --- a/lib/domain/libimagdiary/Cargo.toml +++ b/lib/domain/libimagdiary/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } chrono = "0.4.7" log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" itertools = "0.8.0" anyhow = "1" filters = "0.3.0" diff --git a/lib/domain/libimaghabit/Cargo.toml b/lib/domain/libimaghabit/Cargo.toml index b07f1936..d28a16ce 100644 --- a/lib/domain/libimaghabit/Cargo.toml +++ b/lib/domain/libimaghabit/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } chrono = "0.4.7" log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "master" } anyhow = "1" diff --git a/lib/domain/libimaglog/Cargo.toml b/lib/domain/libimaglog/Cargo.toml index 191162cc..7a2e4093 100644 --- a/lib/domain/libimaglog/Cargo.toml +++ b/lib/domain/libimaglog/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/domain/libimagmail/Cargo.toml b/lib/domain/libimagmail/Cargo.toml index 7cc50bf5..8b7c5e25 100644 --- a/lib/domain/libimagmail/Cargo.toml +++ b/lib/domain/libimagmail/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" mailparse = "0.8.0" filters = "0.3.0" anyhow = "1" diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml index 2b498c51..89d078cf 100644 --- a/lib/domain/libimagnotes/Cargo.toml +++ b/lib/domain/libimagnotes/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" } diff --git a/lib/domain/libimagtimetrack/Cargo.toml b/lib/domain/libimagtimetrack/Cargo.toml index 665f224f..b53bb1a0 100644 --- a/lib/domain/libimagtimetrack/Cargo.toml +++ b/lib/domain/libimagtimetrack/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } filters = "0.3.0" chrono = "0.4.7" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" lazy_static = "1.3.0" is-match = "0.1.0" anyhow = "1" diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml index 63ceecd6..a5f1956e 100644 --- a/lib/domain/libimagtodo/Cargo.toml +++ b/lib/domain/libimagtodo/Cargo.toml @@ -34,7 +34,7 @@ libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentr libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" } [dependencies.toml-query] -version = "0.9" +version = "0.10" default-features = false features = ["typed"] diff --git a/lib/domain/libimagwiki/Cargo.toml b/lib/domain/libimagwiki/Cargo.toml index 793e2210..d22d7195 100644 --- a/lib/domain/libimagwiki/Cargo.toml +++ b/lib/domain/libimagwiki/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" filters = "0.3.0" anyhow = "1" diff --git a/lib/entry/libimagentryannotation/Cargo.toml b/lib/entry/libimagentryannotation/Cargo.toml index a5de9ce3..57c0af83 100644 --- a/lib/entry/libimagentryannotation/Cargo.toml +++ b/lib/entry/libimagentryannotation/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] lazy_static = "1.3.0" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" uuid = { version = "0.7.4", features = ["v4"] } diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml index 0518a724..9f5c59f8 100644 --- a/lib/entry/libimagentrycategory/Cargo.toml +++ b/lib/entry/libimagentrycategory/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" } diff --git a/lib/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml index dee351d8..3d88a241 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.7" -toml-query = "0.9.2" +toml-query = "0.10" toml = "0.5.1" anyhow = "1" diff --git a/lib/entry/libimagentryfilter/Cargo.toml b/lib/entry/libimagentryfilter/Cargo.toml index e8874041..82d47422 100644 --- a/lib/entry/libimagentryfilter/Cargo.toml +++ b/lib/entry/libimagentryfilter/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.6" regex = "1.1.7" semver = "0.9.0" toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" anyhow = "1" diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml index ed5f3390..83b6f853 100644 --- a/lib/entry/libimagentrygps/Cargo.toml +++ b/lib/entry/libimagentrygps/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" serde_derive = "1.0.94" serde = "1.0.94" anyhow = "1" diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml index 4e28d0d7..300b2e9f 100644 --- a/lib/entry/libimagentrylink/Cargo.toml +++ b/lib/entry/libimagentrylink/Cargo.toml @@ -37,7 +37,7 @@ libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" } libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" } [dependencies.toml-query] -version = "0.9.2" +version = "0.10" default-features = false features = [ "typed" ] diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index f65a077e..06a6368d 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -34,7 +34,7 @@ libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" } libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentryutil" } [dependencies.toml-query] -version = "0.9.2" +version = "0.10" default-features = false features = ["typed"] diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml index ac057c7a..1c41c03b 100644 --- a/lib/entry/libimagentrytag/Cargo.toml +++ b/lib/entry/libimagentrytag/Cargo.toml @@ -33,7 +33,7 @@ libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" } [dependencies.toml-query] -version = "0.9.2" +version = "0.10" default-features = false features = [ "typed" ] diff --git a/lib/entry/libimagentryurl/Cargo.toml b/lib/entry/libimagentryurl/Cargo.toml index 6dee8602..7b014159 100644 --- a/lib/entry/libimagentryurl/Cargo.toml +++ b/lib/entry/libimagentryurl/Cargo.toml @@ -38,7 +38,7 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" } libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink" } [dependencies.toml-query] -version = "0.9.2" +version = "0.10" default-features = false features = [ "typed" ] diff --git a/lib/entry/libimagentryutil/Cargo.toml b/lib/entry/libimagentryutil/Cargo.toml index 78b25883..9453e11d 100644 --- a/lib/entry/libimagentryutil/Cargo.toml +++ b/lib/entry/libimagentryutil/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] toml = "0.5.1" -toml-query = "0.9.2" +toml-query = "0.10" filters = "0.3.0" anyhow = "1" log = "0.4.6" diff --git a/tests/version-sync/Cargo.toml b/tests/version-sync/Cargo.toml index f6987af5..d6f285fe 100644 --- a/tests/version-sync/Cargo.toml +++ b/tests/version-sync/Cargo.toml @@ -15,5 +15,5 @@ env_logger = "0.7" log = "0.4.6" version-sync = "0.8" walkdir = "2" -toml-query = "0.9" +toml-query = "0.10" toml = "0.5" -- cgit v1.2.3