summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-15 09:15:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-15 09:15:16 +0200
commit899f3b9eb964dfd966f439e6ed014842af6ecf61 (patch)
tree142987a7949f0ee6b13b8b8139a1d3196825fe49 /lib
parent16458d701554e48509eddb384c328b664c383d2c (diff)
Update dependency: toml-query: 0.4 -> 0.6
Diffstat (limited to 'lib')
-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 795d1e88..045cf658 100644
--- a/lib/domain/libimagcontact/Cargo.toml
+++ b/lib/domain/libimagcontact/Cargo.toml
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
error-chain = "0.11"
log = "0.3"
toml = "0.4"
-toml-query = "0.4"
+toml-query = "0.6"
vobject = "0.4"
uuid = { version = "0.6", features = ["v4"] }
serde = { version = "1", optional = true }