Merge pull request #52 from ryanmcgrath/dependabot/cargo/uuid-1.1

Update uuid requirement from 0.8 to 1.1
This commit is contained in:
Ryan McGrath 2022-08-21 18:48:06 -07:00 committed by GitHub
commit 5fab7a7973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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