summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-view/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/core/imag-view/Cargo.toml')
-rw-r--r--bin/core/imag-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml
index 512d1f5b..50e7914c 100644
--- a/bin/core/imag-view/Cargo.toml
+++ b/bin/core/imag-view/Cargo.toml
@@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[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" }
handlebars = "2"
tempfile = "3.0.9"
anyhow = "1"