summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagcontact/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-23 14:46:39 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-24 13:31:24 +0100
commit474a5f6498485671ac1ab66591f12876efddd3d7 (patch)
treea02684eb3d749136599bca142c7cca8931e2e057 /lib/domain/libimagcontact/Cargo.toml
parent4e04612d6ac05aeb8e4b1a643d92768ba962a302 (diff)
Revert "Move to toml-query from master branch"
This reverts commit f7fadc118f2de7e84cef8c6d4103296289564f74. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/domain/libimagcontact/Cargo.toml')
-rw-r--r--lib/domain/libimagcontact/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/domain/libimagcontact/Cargo.toml b/lib/domain/libimagcontact/Cargo.toml
index d2f740ad..74dc3fd0 100644
--- a/lib/domain/libimagcontact/Cargo.toml
+++ b/lib/domain/libimagcontact/Cargo.toml
@@ -24,7 +24,7 @@ anyhow = "1"
failure = "0.1"
log = "0.4.6"
toml = "0.5.1"
-toml-query = { git = "https://github.com/matthiasbeyer/toml-query", branch = "master" }
+toml-query = "0.9.2"
vobject = "0.7.0"
uuid = "0.7.4"
serde = "1.0.94"