Upgrade uuid to 0.8 version
This commit is contained in:
parent
be66798da0
commit
dd9c201352
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ mount = "0.4.0"
|
|||
|
||||
skeptic = "0.13"
|
||||
serde_json = "1.0.39"
|
||||
uuid = "0.7.4"
|
||||
uuid = "0.8"
|
||||
|
||||
[build-dependencies]
|
||||
skeptic = "0.13"
|
||||
|
|
|
@ -43,7 +43,7 @@ serde = { version = "1.0.8" }
|
|||
serde_derive = { version = "1.0.2" }
|
||||
serde_json = { version="1.0.2", optional = true }
|
||||
url = { version = "2", optional = true }
|
||||
uuid = { version = ">= 0.7, < 0.8", optional = true }
|
||||
uuid = { version = "0.8", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
bencher = "0.1.2"
|
||||
|
|
Loading…
Reference in a new issue