summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-15 09:15:24 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-15 09:15:24 +0200
commit90593e2d9336bd6d3265b43c1ff010e89a274155 (patch)
treec3d8e9a38f186f7b4f5b70c85ce4f566595551a4
parent899f3b9eb964dfd966f439e6ed014842af6ecf61 (diff)
Update dependency: toml-query: 0.4 -> 0.6
-rw-r--r--bin/core/imag-edit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/core/imag-edit/Cargo.toml b/bin/core/imag-edit/Cargo.toml
index b498c42d..ea8b7c6d 100644
--- a/bin/core/imag-edit/Cargo.toml
+++ b/bin/core/imag-edit/Cargo.toml
@@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
log = "0.3"
version = "2.0.1"
toml = "0.4"
-toml-query = "0.4"
+toml-query = "0.6"
libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }