Merge pull request #1310 from Dylan-DPC/patch-1

Update uuid to 0.6
This commit is contained in:
Matthias Beyer 2018-02-26 17:32:47 +01:00 committed by GitHub
commit ef3b60eea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
maintenance = { status = "actively-developed" }
[dependencies]
task-hookrs = "0.4"
uuid = "0.5"
task-hookrs = { git="https://github.com/matthiasbeyer/task-hookrs.git", branch="master" }
uuid = "0.6"
toml = "0.4"
toml-query = "0.6"
log = "0.4.0"