summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagstore/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/libimagstore/Cargo.toml')
-rw-r--r--lib/core/libimagstore/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml
index f14f7c1b..6357b183 100644
--- a/lib/core/libimagstore/Cargo.toml
+++ b/lib/core/libimagstore/Cargo.toml
@@ -29,8 +29,8 @@ walkdir = "2.2.8"
is-match = "0.1.0"
serde = "1.0.94"
serde_json = "1.0.39"
-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" }
libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }