summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/Cargo.toml
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 /bin/domain/imag-todo/Cargo.toml
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 'bin/domain/imag-todo/Cargo.toml')
-rw-r--r--bin/domain/imag-todo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml
index c7141832..bcf8bea0 100644
--- a/bin/domain/imag-todo/Cargo.toml
+++ b/bin/domain/imag-todo/Cargo.toml
@@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
clap = ">=2.17"
log = "0.3"
toml = "0.4"
-toml-query = "^0.3.1"
+toml-query = "^0.4"
is-match = "0.1"
version = "2.0.1"