Add v4 feature to uuid

This commit is contained in:
ManyTheFish 2022-05-31 13:56:42 +02:00
parent 70916d6596
commit 84f52ac175
3 changed files with 3 additions and 3 deletions

View file

@ -13,4 +13,4 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] }
sha2 = "0.10.2"
thiserror = "1.0.30"
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] }
uuid = { version = "0.8.2", features = ["serde"] }
uuid = { version = "0.8.2", features = ["serde", "v4"] }