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

update actix web to beta 21 (#71)

* Bump actix web

* Bump crate version

* Update version numbers in readme, lib.rs
This commit is contained in:
Riley
2022-01-23 16:14:20 -06:00
committed by GitHub
parent 860adc19f7
commit d0f10192cc
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.20"
actix-web = "=4.0.0-beta.21"
tracing = "0.1.19"
opentelemetry = { version = "0.16", features = ["rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio-current-thread"] }