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
@@ -12,4 +12,4 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "0.8", features = ["v4", "serde"] }
uuid = { version = "1.0", features = ["v4", "serde"] }