mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-22 18:33:18 +01:00
Require tracing 0.1.36 or above to prevent a compilation error
This commit is contained in:
parent
ed1e608e4b
commit
b07f68c328
@ -31,7 +31,7 @@ emit_event_on_error = []
|
||||
[dependencies]
|
||||
actix-web = { version = "4", default-features = false }
|
||||
pin-project = "1.0.0"
|
||||
tracing = "0.1.19"
|
||||
tracing = "0.1.36"
|
||||
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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user