1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 20:25:09 +02:00

Actix Web rc.1 (#73)

This commit is contained in:
Riley
2022-02-01 03:30:09 -06:00
committed by GitHub
parent d0f10192cc
commit ed35dc6996
5 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ edition = "2018"
license = "MIT/Apache-2.0"
[dependencies]
actix-web = "=4.0.0-beta.21"
actix-web = "=4.0.0-rc.1"
tracing = "0.1.19"
opentelemetry = { version = "0.16", features = ["rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio-current-thread"] }