summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-diagnostics/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/core/imag-diagnostics/Cargo.toml')
-rw-r--r--bin/core/imag-diagnostics/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/core/imag-diagnostics/Cargo.toml b/bin/core/imag-diagnostics/Cargo.toml
index 557e3f7d..2dafe4ba 100644
--- a/bin/core/imag-diagnostics/Cargo.toml
+++ b/bin/core/imag-diagnostics/Cargo.toml
@@ -16,9 +16,9 @@ homepage = "http://imag-pim.org"
[dependencies]
log = "0.4.6"
toml = "0.5.1"
-toml-query = "0.9.2"
+toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
indicatif = "0.14.0"
-failure = "0.1.5"
+anyhow = "1"
resiter = "0.4.0"
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }