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:
parent
8b3d748690
commit
92e5f46586
@ -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"
|
||||
|
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user