summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-wiki/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-07 16:52:50 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-08 11:43:24 +0100
commitf7fadc118f2de7e84cef8c6d4103296289564f74 (patch)
tree4a1b9a13a2cab4ab4dbb0713d86657abffdae840 /bin/domain/imag-wiki/Cargo.toml
parent126424630159a7aaa93f5e0de3a86d540a1f2b7c (diff)
Move to toml-query from master branch
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'bin/domain/imag-wiki/Cargo.toml')
-rw-r--r--bin/domain/imag-wiki/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-wiki/Cargo.toml b/bin/domain/imag-wiki/Cargo.toml
index 41feb7fe..b0605867 100644
--- a/bin/domain/imag-wiki/Cargo.toml
+++ b/bin/domain/imag-wiki/Cargo.toml
@@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
clap = "2.33.0"
log = "0.4.6"
toml = "0.5.1"
-toml-query = "0.9.2"
+toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
is-match = "0.1.0"
regex = "1.1.7"
filters = "0.3.0"