summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryfilter
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/libimagentryfilter
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/libimagentryfilter')
-rw-r--r--lib/entry/libimagentryfilter/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }