summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-11-07 18:21:27 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-11-09 22:14:11 +0100
commit17d412389863be1567dc2ee6e44d3a8d62194d99 (patch)
tree6e01fb5209ae7ba2df9f6b2674a24fb51baf1ec3 /bin/domain/imag-todo/Cargo.toml
parentdfba366a897bab1170793a511d4c3f24e3cd2c1c (diff)
Update dependencies from git versions to proper versions.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 c6e6b74b..a081e4cd 100644
--- a/bin/domain/imag-todo/Cargo.toml
+++ b/bin/domain/imag-todo/Cargo.toml
@@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.0"
toml = "0.4"
-toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "failure" }
+toml-query = "0.8"
is-match = "0.1"
failure = "0.1"