feat(router_env): add support for UUID v7 for tracing actix web (#2661)

This commit is contained in:
Nishant Joshi
2023-10-25 17:01:18 +05:30
committed by GitHub
parent cfe9c2529e
commit 65319fe958
3 changed files with 19 additions and 3 deletions

View File

@ -23,7 +23,7 @@ strum = { version = "0.24.1", features = ["derive"] }
time = { version = "0.3.21", default-features = false, features = ["formatting"] }
tokio = { version = "1.28.2" }
tracing = { version = "=0.1.36" }
tracing-actix-web = { version = "0.7.5", features = ["opentelemetry_0_19"], optional = true }
tracing-actix-web = { version = "0.7.8", features = ["opentelemetry_0_19", "uuid_v7"], optional = true }
tracing-appender = { version = "0.2.2" }
tracing-attributes = "=0.1.22"
tracing-opentelemetry = { version = "0.19.0" }