1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-22 18:33:18 +01:00

Update actix-web (#34)

* Update actix-web

* Update actix-web in example as well
This commit is contained in:
Ilmari Vacklin 2021-09-10 12:17:10 +03:00 committed by GitHub
parent 8b3d748690
commit 92e5f46586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ opentelemetry_0_16 = ["opentelemetry_0_16_pkg", "tracing-opentelemetry_0_15_pkg"
emit_event_on_error = []
[dependencies]
actix-web = { version = "=4.0.0-beta.8", default-features = false }
actix-web = { version = "=4.0.0-beta.9", default-features = false }
tracing = "0.1.19"
tracing-futures = "0.2.4"
futures = "0.3.5"

View File

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