summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagcalendar/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/domain/libimagcalendar/Cargo.toml')
-rw-r--r--lib/domain/libimagcalendar/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/domain/libimagcalendar/Cargo.toml b/lib/domain/libimagcalendar/Cargo.toml
index cc733fc7..809825f9 100644
--- a/lib/domain/libimagcalendar/Cargo.toml
+++ b/lib/domain/libimagcalendar/Cargo.toml
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
anyhow = "1"
log = "0.4"
toml = "0.5"
-toml-query = "0.9"
+toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
vobject = "0.7"
chrono = "0.4"
failure = "0.1"