upgrade uuid from 0.8 to 1.0 (#995)

This commit is contained in:
takumi
2022-05-05 07:48:49 +02:00
committed by GitHub
parent 002cff5c79
commit 4b384fa01c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tower = { version = "0.4", features = ["util", "timeout"] }
tower-http = { version = "0.3.0", features = ["add-extension", "trace"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
uuid = { version = "1.0", features = ["serde", "v4"] }
serde = { version = "1.0", features = ["derive"] }