mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-22 18:33:18 +01:00
Require uuid 1.6
This commit is contained in:
parent
89363c538d
commit
6f3baa836d
@ -37,7 +37,7 @@ uuid_v7 = ["uuid/v7"]
|
|||||||
actix-web = { version = "4", default-features = false }
|
actix-web = { version = "4", default-features = false }
|
||||||
pin-project = "1.0.0"
|
pin-project = "1.0.0"
|
||||||
tracing = "0.1.36"
|
tracing = "0.1.36"
|
||||||
uuid = { version = "1", features = ["v4"] }
|
uuid = { version = "1.6", features = ["v4"] }
|
||||||
mutually_exclusive_features = "0.0.3"
|
mutually_exclusive_features = "0.0.3"
|
||||||
opentelemetry_0_13_pkg = { package = "opentelemetry", version = "0.13", optional = true }
|
opentelemetry_0_13_pkg = { package = "opentelemetry", version = "0.13", optional = true }
|
||||||
opentelemetry_0_14_pkg = { package = "opentelemetry", version = "0.14", optional = true }
|
opentelemetry_0_14_pkg = { package = "opentelemetry", version = "0.14", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user