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

Update to actix-web beta.14 (#61)

* Update to actix-web beta.14

* Fix HeaderMap import
This commit is contained in:
Riley
2021-12-13 09:45:34 -06:00
committed by GitHub
parent ae7040a54e
commit 14147286ba
6 changed files with 7 additions and 7 deletions

View File

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