Update uuid requirement from 0.8 to 1.1
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.0...1.1.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b85bdfb697
commit
6eb9425279
|
@ -30,7 +30,7 @@ objc = "0.2.7"
|
||||||
objc_id = "0.1.1"
|
objc_id = "0.1.1"
|
||||||
os_info = "3.0.1"
|
os_info = "3.0.1"
|
||||||
url = "2.1.1"
|
url = "2.1.1"
|
||||||
uuid = { version = "0.8", features = ["v4"], optional = true }
|
uuid = { version = "1.1", features = ["v4"], optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
eval = "0.4"
|
eval = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue