summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-diagnostics/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-24 14:33:04 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-24 14:33:04 +0100
commit9d543a5a2e48c14f502a0e89c9e7d690bce6b45e (patch)
tree5fd1c369a0062ab8bb75dbb9ff5f5f64038b63f5 /bin/core/imag-diagnostics/Cargo.toml
parent7108f686dbc5ced63b372792f620bd035c00c50d (diff)
parentda931f6ab7595dde1a857a4ef52cac1c336711d1 (diff)
Merge branch 'update-toml-query' into master
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 2dafe4ba..d49da954 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 = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+toml-query = "0.10"
indicatif = "0.14.0"
anyhow = "1"
resiter = "0.4.0"