1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 02:43:16 +01:00

Merge branch 'main' of github.com:LukeMathWalker/tracing-actix-web into main

This commit is contained in:
LukeMathWalker 2021-09-10 11:18:10 +02:00
commit 0093e509af
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ opentelemetry_0_16 = ["opentelemetry_0_16_pkg", "tracing-opentelemetry_0_15_pkg"
emit_event_on_error = []
[dependencies]
actix-web = { version = "=4.0.0-beta.8", default-features = false }
actix-web = { version = "=4.0.0-beta.9", default-features = false }
tracing = "0.1.19"
tracing-futures = "0.2.4"
futures = "0.3.5"

View File

@ -7,7 +7,7 @@ edition = "2018"
license = "MIT/Apache-2.0"
[dependencies]
actix-web = "=4.0.0-beta.8"
actix-web = "=4.0.0-beta.9"
tracing = "0.1.19"
opentelemetry = { version = "0.14", features = ["rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.13", features = ["tokio"] }