1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-02 12:44:34 +02:00

Update actix deps to beta.8 (#25)

This commit is contained in:
Thales
2021-07-03 13:34:45 -03:00
committed by GitHub
parent 2367e71ff4
commit 0d7f7f6231
3 changed files with 4 additions and 4 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.7"
actix-web = "4.0.0-beta.8"
opentelemetry = { version = "0.13", features = ["rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.12", features = ["tokio"] }
tracing-opentelemetry = { version = "0.12" }