mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
bump uuid to v1
This commit is contained in:
@ -19,4 +19,4 @@ env_logger = "0.9"
|
||||
log = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
uuid = { version = "1", features = ["v4", "serde"] }
|
||||
|
Reference in New Issue
Block a user