diff --git a/Cargo.toml b/Cargo.toml index f9a688e..580c204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,5 +52,5 @@ actix-rt = "2.2" actix-web = { version = "4.0.0-beta.9", default-features = false } opentelemetry-otlp = "0.9" opentelemetry_0_16_pkg = { package = "opentelemetry", version = "0.16", features = ["rt-tokio"] } -tracing-actix-web = { version = "0.5.1-alpha.0", features = ["opentelemetry_0_16"], git = "https://github.com/asonix/tracing-actix-web", branch = "asonix/beta-11" } +tracing-actix-web = { version = "0.5.0-beta.2", features = ["opentelemetry_0_16"] } tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "fmt"] }