1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

bump uuid dev dep

This commit is contained in:
Rob Ede 2022-07-09 19:58:42 +01:00
parent 97ee544057
commit e0ffd4e592
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -25,5 +25,5 @@ time = "0.3"
[dev-dependencies]
actix-web = "4"
uuid = { version = "0.8", features = ["v4"] }
static_assertions = "1"
uuid = { version = "1", features = ["v4"] }