Update dependency: vobject: 0.{4,5} -> 0.6

This commit is contained in:
Matthias Beyer 2018-09-26 16:51:00 +02:00
parent 61738ac9ee
commit 946d9891e4
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ log = "0.4.0"
toml = "0.4"
toml-query = "0.7"
handlebars = "0.29"
vobject = "0.4"
vobject = "0.6"
walkdir = "1"
uuid = { version = "0.6", features = ["v4"] }
serde_json = "1"

View file

@ -24,7 +24,7 @@ error-chain = "0.12"
log = "0.3"
toml = "0.4"
toml-query = "0.7"
vobject = "0.5"
vobject = "0.6"
uuid = "0.6"
serde = "1"
serde_derive = "1"