summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-view/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-05-29 12:46:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-05-29 18:39:25 +0200
commita7d53e47d1fe15ed7163d5612fef2976c9be9098 (patch)
tree6d5c448f701b740b5d9d303b3802c588151b9d8a /bin/core/imag-view/Cargo.toml
parent1482f7032059c6a1df90380b5cc17998afaae93a (diff)
Update toml-query to 0.9.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 e29ad46a..568183c4 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.0"
toml = "0.5"
-toml-query = "0.8"
+toml-query = "0.9"
handlebars = "1.0"
tempfile = "3"
failure = "0.1"