summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-habit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/domain/imag-habit/Cargo.toml')
-rw-r--r--bin/domain/imag-habit/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/domain/imag-habit/Cargo.toml b/bin/domain/imag-habit/Cargo.toml
index e4f96f7b..5e089f5b 100644
--- a/bin/domain/imag-habit/Cargo.toml
+++ b/bin/domain/imag-habit/Cargo.toml
@@ -23,10 +23,10 @@ maintenance = { status = "actively-developed" }
chrono = "0.4.7"
log = "0.4.6"
toml = "0.5.1"
-toml-query = "0.9.2"
+toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
kairos = "0.3.0"
prettytable-rs = "0.8.0"
-failure = "0.1.5"
+anyhow = "1"
resiter = "0.4.0"
result-inspect = "0.1"