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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-diagnostics/Cargo.toml b/bin/core/imag-diagnostics/Cargo.toml
index 4637006e..2dafe4ba 100644
--- a/bin/core/imag-diagnostics/Cargo.toml
+++ b/bin/core/imag-diagnostics/Cargo.toml
@@ -16,7 +16,7 @@ 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"
anyhow = "1"
resiter = "0.4.0"