chore: uuid updated v1.2

This commit is contained in:
Jack Wills
2022-10-16 02:03:33 +00:00
parent 71ae53cc82
commit 438ad770f4
+1 -1
View File
@@ -23,7 +23,7 @@ tokio = {version = "1.21", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
tui = "0.19"
uuid = {version = "1.1", features = ["v4", "fast-rng"]}
uuid = {version = "1.2", features = ["v4", "fast-rng"]}
[dev-dependencies]