summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagstore/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-23 14:48:28 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-24 13:31:27 +0100
commitda931f6ab7595dde1a857a4ef52cac1c336711d1 (patch)
tree18df2fa7fb55f8bd6b6100811fd6f7b9518a7e61 /lib/core/libimagstore/Cargo.toml
parent474a5f6498485671ac1ab66591f12876efddd3d7 (diff)
Update toml-query: 0.9.2 -> 0.10.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 6357b183..f6352a2f 100644
--- a/lib/core/libimagstore/Cargo.toml
+++ b/lib/core/libimagstore/Cargo.toml
@@ -29,7 +29,7 @@ walkdir = "2.2.8"
is-match = "0.1.0"
serde = "1.0.94"
serde_json = "1.0.39"
-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" }