summaryrefslogtreecommitdiffstats
path: root/lib/entry
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-10-12 22:07:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-10-12 22:13:04 +0200
commit758166637b9806ff4f3b0ddd1bda56eb855bf448 (patch)
treedd200290b691da92215857ab404da5ce353991fd /lib/entry
parent663242db7e57fa7bcf984732be70f00988b28e22 (diff)
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.
Diffstat (limited to 'lib/entry')
-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.toml2
-rw-r--r--lib/entry/libimagentryref/Cargo.toml2
-rw-r--r--lib/entry/libimagentrytag/Cargo.toml2
8 files changed, 8 insertions, 8 deletions
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" }