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

Update actix web (#64)

This commit is contained in:
Riley
2021-12-28 03:56:42 -06:00
committed by GitHub
parent a7305d1a6c
commit 062b9c4b18
3 changed files with 3 additions and 3 deletions

View File

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