mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-22 18:33:18 +01:00
Update actix deps to beta.8 (#25)
This commit is contained in:
parent
2367e71ff4
commit
0d7f7f6231
@ -25,8 +25,8 @@ opentelemetry_0_14 = ["opentelemetry_0_14_pkg", "tracing-opentelemetry_0_13_pkg"
|
||||
emit_event_on_error = []
|
||||
|
||||
[dependencies]
|
||||
actix-web = "=4.0.0-beta.7"
|
||||
actix-http = "=3.0.0-beta.7"
|
||||
actix-web = "=4.0.0-beta.8"
|
||||
actix-http = "=3.0.0-beta.8"
|
||||
actix-service = "^2.0.0"
|
||||
tracing = "0.1.19"
|
||||
tracing-futures = "0.2.4"
|
||||
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-beta.7"
|
||||
actix-web = "4.0.0-beta.8"
|
||||
opentelemetry = { version = "0.13", features = ["rt-tokio-current-thread"] }
|
||||
opentelemetry-jaeger = { version = "0.12", features = ["tokio"] }
|
||||
tracing-opentelemetry = { version = "0.12" }
|
||||
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "=4.0.0-beta.7"
|
||||
actix-web = "=4.0.0-beta.8"
|
||||
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