mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-22 18:33:18 +01:00
Update uuid to v1 (#82)
This commit is contained in:
parent
12321ed855
commit
3031e03408
@ -32,7 +32,7 @@ actix-web = { version = "4", default-features = false }
|
||||
pin-project = "1.0.0"
|
||||
tracing = "0.1.19"
|
||||
tracing-futures = "0.2.4"
|
||||
uuid = { version = "0.8.1", features = ["v4"] }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
opentelemetry_0_13_pkg = { package = "opentelemetry", version = "0.13", optional = true }
|
||||
opentelemetry_0_14_pkg = { package = "opentelemetry", version = "0.14", optional = true }
|
||||
opentelemetry_0_15_pkg = { package = "opentelemetry", version = "0.15", optional = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user