Update dependencies
log: 0.3 -> 0.4 uuid: 0.6 -> 0.7
This commit is contained in:
parent
ab3b36ebcf
commit
c0f74fcbed
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue