mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 20:25:09 +02:00
Update to actix-web 4.0.0-beta.7. (#24)
Add two new error types implementing ResponseError, as required, for our extractors. Add public docs for new errors. Co-authored-by: LukeMathWalker <rust@lpalmieri.com>
This commit is contained in:
@ -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.6"
|
||||
actix-web = "4.0.0-beta.7"
|
||||
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.6"
|
||||
actix-web = "=4.0.0-beta.7"
|
||||
tracing = "0.1.19"
|
||||
opentelemetry = { version = "0.13", features = ["rt-tokio-current-thread"] }
|
||||
opentelemetry-jaeger = { version = "0.12", features = ["tokio"] }
|
||||
|
Reference in New Issue
Block a user