summaryrefslogtreecommitdiffstats
path: root/bin/core/imag/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/core/imag/Cargo.toml')
-rw-r--r--bin/core/imag/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml
index cf22e42c..5d1fa3a3 100644
--- a/bin/core/imag/Cargo.toml
+++ b/bin/core/imag/Cargo.toml
@@ -60,8 +60,8 @@ maintenance = { status = "actively-developed" }
walkdir = "2.2.8"
log = "0.4.6"
toml = "0.5.1"
-toml-query = "0.9.2"
-failure = "0.1.5"
+toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+anyhow = "1"
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }