1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: update uuid dep

This commit is contained in:
Rob Ede
2024-06-05 05:10:46 +01:00
parent 049015b187
commit 1bae92b0fb
7 changed files with 22 additions and 20 deletions

View File

@ -115,3 +115,4 @@ tokio-util = "0.7.4"
tokio-stream = "0.1.1"
tracing = "0.1.30"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
uuid = { version = "1.6", features = ["v4", "v7", "serde"] }