Update dependencies

log: 0.3 -> 0.4
uuid: 0.6 -> 0.7
This commit is contained in:
Matthias Beyer 2018-09-30 15:12:12 +02:00
parent ab3b36ebcf
commit c0f74fcbed

View file

@ -21,11 +21,11 @@ maintenance = { status = "actively-developed" }
[dependencies]
error-chain = "0.12"
log = "0.3"
log = "0.4"
toml = "0.4"
toml-query = "0.7"
vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" }
uuid = "0.6"
uuid = "0.7"
serde = "1"
serde_derive = "1"