summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-06 17:28:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-06 19:30:32 +0200
commit976f2805118b09d83ec7d16a5a8b5113b30b98bd (patch)
treee956dce33ec2e7024f0a9584d28430672ccb5a36 /lib
parent86fae34d0d306af09095f6f8e2c59a8d10b87b9f (diff)
Update toml-query: 0.3.* -> ^0.3.1
This release contains a bugfix for a critical bug in the `TomlValueInsertExt::insert()` algorithm which was triggered by an edgecase.
Diffstat (limited to 'lib')
-rw-r--r--lib/core/libimagrt/Cargo.toml2
-rw-r--r--lib/domain/libimagcounter/Cargo.toml2
-rw-r--r--lib/domain/libimagdiary/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.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.toml2
-rw-r--r--lib/entry/libimagentryref/Cargo.toml2
-rw-r--r--lib/entry/libimagentrytag/Cargo.toml2
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index 5f8fe240..7ba5c555 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -22,7 +22,7 @@ xdg-basedir = "1.0"
itertools = "0.5"
ansi_term = "0.9"
is-match = "0.1"
-toml-query = "0.3.0"
+toml-query = "^0.3.1"
error-chain = "0.10"
handlebars = "0.29.0"
diff --git a/lib/domain/libimagcounter/Cargo.toml b/lib/domain/libimagcounter/Cargo.toml
index c6c61abb..934b6017 100644
--- a/lib/domain/libimagcounter/Cargo.toml
+++ b/lib/domain/libimagcounter/Cargo.toml
@@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
log = "0.3"
toml = "0.4.*"
-toml-query = "0.3.*"
+toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
diff --git a/lib/domain/libimagdiary/Cargo.toml b/lib/domain/libimagdiary/Cargo.toml
index 55a5fce4..f4372c98 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.*"
+toml-query = "0.3.1"
itertools = "0.5"
error-chain = "0.10"
diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml
index d9f05e75..4d3fd7a5 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.0"
+toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
diff --git a/lib/domain/libimagtimetrack/Cargo.toml b/lib/domain/libimagtimetrack/Cargo.toml
index 8660b85f..97799fd2 100644
--- a/lib/domain/libimagtimetrack/Cargo.toml
+++ b/lib/domain/libimagtimetrack/Cargo.toml
@@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
filters = "0.1"
chrono = "0.4"
toml = "0.4"
-toml-query = "0.3"
+toml-query = "^0.3.1"
lazy_static = "0.2"
is-match = "0.1"
error-chain = "0.10"
diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml
index a1f6e435..f3ba88f6 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.2.2"
uuid = "0.3"
toml = "0.4.*"
-toml-query = "0.3.*"
+toml-query = "^0.3.1"
log = "0.3"
serde_json = "0.8"
error-chain = "0.10"
diff --git a/lib/entry/libimagentryannotation/Cargo.toml b/lib/entry/libimagentryannotation/Cargo.toml
index ec992855..5fffc9e5 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.1.15"
toml = "^0.4"
-toml-query = "0.3.0"
+toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml
index 428dcd48..28d70175 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"
+toml-query = "^0.3.1"
is-match = "0.1"
error-chain = "0.10"
diff --git a/lib/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml
index c2dc483b..fb1f3236 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"
+toml-query = "^0.3.1"
lazy_static = "0.2"
toml = "0.4"
error-chain = "0.10"
diff --git a/lib/entry/libimagentryfilter/Cargo.toml b/lib/entry/libimagentryfilter/Cargo.toml
index ab6caec6..a9b5a8a2 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.5.*"
toml = "^0.4"
-toml-query = "0.3.0"
+toml-query = "^0.3.1"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentrytag" }
diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml
index a8d8c771..834b91dd 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.0"
+toml-query = "^0.3.1"
serde_derive = "1"
serde = "1"
error-chain = "0.10"
diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml
index ba071fe3..dd34df12 100644
--- a/lib/entry/libimagentrylink/Cargo.toml
+++ b/lib/entry/libimagentrylink/Cargo.toml
@@ -21,7 +21,7 @@ url = "1.2"
rust-crypto = "0.2"
env_logger = "0.3"
is-match = "0.1"
-toml-query = "0.3.0"
+toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml
index c6a89b7c..7186f6a2 100644
--- a/lib/entry/libimagentryref/Cargo.toml
+++ b/lib/entry/libimagentryref/Cargo.toml
@@ -18,7 +18,7 @@ itertools = "0.5"
log = "0.3"
rust-crypto = "0.2"
toml = "^0.4"
-toml-query = "0.3.0"
+toml-query = "^0.3.1"
error-chain = "0.10"
walkdir = "1.0.*"
diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml
index c9e3d099..136f574c 100644
--- a/lib/entry/libimagentrytag/Cargo.toml
+++ b/lib/entry/libimagentrytag/Cargo.toml
@@ -21,7 +21,7 @@ toml = "^0.4"
itertools = "0.5"
is-match = "0.1"
filters = "0.1"
-toml-query = "0.3.0"
+toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }