Update uuid version range
Allow 0.5 and 0.6
This commit is contained in:
parent
9313c7ca6d
commit
61f0c7d337
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ serde_derive = {version="1.0.2" }
|
|||
chrono = { version = "0.4.0", optional = true }
|
||||
serde_json = { version="1.0.2", optional = true }
|
||||
url = { version = "1.5.1", optional = true }
|
||||
uuid = { version = "0.5.1", optional = true }
|
||||
uuid = { version = "> 0.4, < 0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
bencher = "0.1.2"
|
||||
|
|
Loading…
Reference in a new issue