summaryrefslogtreecommitdiffstats
path: root/bin/core/imag/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/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/Cargo.toml')
-rw-r--r--bin/core/imag/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml
index 5d1fa3a3..f84aad08 100644
--- a/bin/core/imag/Cargo.toml
+++ b/bin/core/imag/Cargo.toml
@@ -60,7 +60,7 @@ maintenance = { status = "actively-developed" }
walkdir = "2.2.8"
log = "0.4.6"
toml = "0.5.1"
-toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+toml-query = "0.10"
anyhow = "1"
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }