summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-24 14:33:04 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-24 14:33:04 +0100
commit9d543a5a2e48c14f502a0e89c9e7d690bce6b45e (patch)
tree5fd1c369a0062ab8bb75dbb9ff5f5f64038b63f5 /lib
parent7108f686dbc5ced63b372792f620bd035c00c50d (diff)
parentda931f6ab7595dde1a857a4ef52cac1c336711d1 (diff)
Merge branch 'update-toml-query' into master
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/core/libimagrt/Cargo.toml3
-rw-r--r--lib/core/libimagstore/Cargo.toml2
-rw-r--r--lib/domain/libimagcalendar/Cargo.toml2
-rw-r--r--lib/domain/libimagcontact/Cargo.toml2
-rw-r--r--lib/domain/libimagdiary/Cargo.toml2
-rw-r--r--lib/domain/libimaghabit/Cargo.toml2
-rw-r--r--lib/domain/libimaglog/Cargo.toml2
-rw-r--r--lib/domain/libimagmail/Cargo.toml2
-rw-r--r--lib/domain/libimagnotes/Cargo.toml2
-rw-r--r--lib/domain/libimagtimetrack/Cargo.toml2
-rw-r--r--lib/domain/libimagtodo/Cargo.toml3
-rw-r--r--lib/domain/libimagwiki/Cargo.toml2
-rw-r--r--lib/entry/libimagentryannotation/Cargo.toml2
-rw-r--r--lib/entry/libimagentrycategory/Cargo.toml2
-rw-r--r--lib/entry/libimagentrydatetime/Cargo.toml2
-rw-r--r--lib/entry/libimagentryfilter/Cargo.toml2
-rw-r--r--lib/entry/libimagentrygps/Cargo.toml2
-rw-r--r--lib/entry/libimagentrylink/Cargo.toml3
-rw-r--r--lib/entry/libimagentryref/Cargo.toml3
-rw-r--r--lib/entry/libimagentrytag/Cargo.toml3
-rw-r--r--lib/entry/libimagentryurl/Cargo.toml3
-rw-r--r--lib/entry/libimagentryutil/Cargo.toml2
22 files changed, 22 insertions, 28 deletions
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index fc1a2d29..333eab2f 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -53,8 +53,7 @@ default-features = false
features = ["no_logging"]
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+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 809825f9..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 d2f740ad..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 b5c45a60..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 b12d03e4..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 b68567f5..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 f4a1cb82..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 c331672a..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 a0b20ac6..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 24f2ff37..a5f1956e 100644
--- a/lib/domain/libimagtodo/Cargo.toml
+++ b/lib/domain/libimagtodo/Cargo.toml
@@ -34,8 +34,7 @@ libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentr
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+version = "0.10"
default-features = false
features = ["typed"]
diff --git a/lib/domain/libimagwiki/Cargo.toml b/lib/domain/libimagwiki/Cargo.toml
index ecf68438..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 1be867c1..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 040820d9..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 = { 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/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml
index 40bef663..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 e5d63e5e..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+toml-query = "0.10"
anyhow = "1"
diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml
index 8d2d1f59..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+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 3e6b0ae6..300b2e9f 100644
--- a/lib/entry/libimagentrylink/Cargo.toml
+++ b/lib/entry/libimagentrylink/Cargo.toml
@@ -37,8 +37,7 @@ libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+version = "0.10"
default-features = false
features = [ "typed" ]
diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml
index 75fb8bfc..06a6368d 100644
--- a/lib/entry/libimagentryref/Cargo.toml
+++ b/lib/entry/libimagentryref/Cargo.toml
@@ -34,8 +34,7 @@ libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
libimagentryutil = { version = "0.10.0", path = "../../../lib/entry/libimagentryutil" }
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+version = "0.10"
default-features = false
features = ["typed"]
diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml
index 48309238..1c41c03b 100644
--- a/lib/entry/libimagentrytag/Cargo.toml
+++ b/lib/entry/libimagentrytag/Cargo.toml
@@ -33,8 +33,7 @@ libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+version = "0.10"
default-features = false
features = [ "typed" ]
diff --git a/lib/entry/libimagentryurl/Cargo.toml b/lib/entry/libimagentryurl/Cargo.toml
index 17b0c3a8..7b014159 100644
--- a/lib/entry/libimagentryurl/Cargo.toml
+++ b/lib/entry/libimagentryurl/Cargo.toml
@@ -38,8 +38,7 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink" }
[dependencies.toml-query]
-git = "https://github.com/matthiasbeyer/toml-query"
-branch = "master"
+version = "0.10"
default-features = false
features = [ "typed" ]
diff --git a/lib/entry/libimagentryutil/Cargo.toml b/lib/entry/libimagentryutil/Cargo.toml
index 973fe1e9..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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+toml-query = "0.10"
filters = "0.3.0"
anyhow = "1"
log = "0.4.6"