summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-mail/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/domain/imag-mail/Cargo.toml')
-rw-r--r--bin/domain/imag-mail/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/domain/imag-mail/Cargo.toml b/bin/domain/imag-mail/Cargo.toml
index fd871089..0d1fadad 100644
--- a/bin/domain/imag-mail/Cargo.toml
+++ b/bin/domain/imag-mail/Cargo.toml
@@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
log = "0.4.6"
-failure = "0.1.5"
+anyhow = "1"
resiter = "0.4"
handlebars = "2"
walkdir = "2"
@@ -41,7 +41,8 @@ default-features = false
features = ["color", "suggestions", "wrap_help"]
[dependencies.toml-query]
-version = "0.9.2"
+git = "https://github.com/matthiasbeyer/toml-query"
+branch = "master"
default-features = false
features = ["typed"]