summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimaglog/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/domain/libimaglog/Cargo.toml')
-rw-r--r--lib/domain/libimaglog/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/domain/libimaglog/Cargo.toml b/lib/domain/libimaglog/Cargo.toml
index b68567f5..191162cc 100644
--- a/lib/domain/libimaglog/Cargo.toml
+++ b/lib/domain/libimaglog/Cargo.toml
@@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
toml = "0.5.1"
-toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+toml-query = "0.9.2"
anyhow = "1"
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }