Upgrade uuid to 0.8 version

This commit is contained in:
tyranron 2020-01-28 13:12:27 +01:00 committed by Christian Legnitto
parent be66798da0
commit dd9c201352
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"