summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagstore/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-11 21:28:55 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-13 01:14:03 +0100
commit0c4be78223f659c9974f8ce0b141a1e4936c8c4b (patch)
tree890a347aaacbf1d9a3275a42d4b1aa1accd46c8d /lib/core/libimagstore/Cargo.toml
parentffe97cd7e8a095e2ab35dd3643ddfc31427a0835 (diff)
Update dependency: toml-query -> 0.6
Diffstat (limited to 'lib/core/libimagstore/Cargo.toml')
-rw-r--r--lib/core/libimagstore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml
index f125fddc..9ed1dee6 100644
--- a/lib/core/libimagstore/Cargo.toml
+++ b/lib/core/libimagstore/Cargo.toml
@@ -32,7 +32,7 @@ serde = "1"
serde_json = "1"
serde_derive = "1"
error-chain = "0.11"
-toml-query = "0.4"
+toml-query = "0.6"
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }