summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryurl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/entry/libimagentryurl/Cargo.toml')
-rw-r--r--lib/entry/libimagentryurl/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/entry/libimagentryurl/Cargo.toml b/lib/entry/libimagentryurl/Cargo.toml
index 6dee8602..17b0c3a8 100644
--- a/lib/entry/libimagentryurl/Cargo.toml
+++ b/lib/entry/libimagentryurl/Cargo.toml
@@ -38,7 +38,8 @@ libimagutil = { version = "0.10.0", path = "../../../lib/etc/libimagutil" }
libimagentrylink = { version = "0.10.0", path = "../../../lib/entry/libimagentrylink" }
[dependencies.toml-query]
-version = "0.9.2"
+git = "https://github.com/matthiasbeyer/toml-query"
+branch = "master"
default-features = false
features = [ "typed" ]