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

Update to latest actix-web + improve README clarity around identifiers (#58)

* Update documentation to clarify what identifier should be used for what.

* Update to latest actix-web beta.
This commit is contained in:
Luca Palmieri
2021-11-24 11:02:05 +00:00
committed by GitHub
parent ecc4d95dfc
commit 0838f1758f
5 changed files with 58 additions and 44 deletions

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.0.0-beta.11"
actix-web = "=4.0.0-beta.12"
opentelemetry = { version = "0.16", features = ["rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio-current-thread"] }
tracing-opentelemetry = { version = "0.16" }

View File

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