summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-git/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/core/imag-git/Cargo.toml')
-rw-r--r--bin/core/imag-git/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/core/imag-git/Cargo.toml b/bin/core/imag-git/Cargo.toml
index 168e04ce..fb0c04de 100644
--- a/bin/core/imag-git/Cargo.toml
+++ b/bin/core/imag-git/Cargo.toml
@@ -22,8 +22,8 @@ maintenance = { status = "actively-developed" }
[dependencies]
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"
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }