mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-22 18:33:18 +01:00
Bump actix-web (#47)
This commit is contained in:
parent
56022d577a
commit
032b7cd48f
@ -3,7 +3,7 @@ members = [".", "examples/opentelemetry", "examples/custom-root-span"]
|
||||
|
||||
[package]
|
||||
name = "tracing-actix-web"
|
||||
version = "0.4.0-beta.14"
|
||||
version = "0.4.0-beta.15"
|
||||
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
|
||||
edition = "2018"
|
||||
|
||||
@ -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.9", default-features = false }
|
||||
actix-web = { version = "=4.0.0-beta.10", default-features = false }
|
||||
pin-project = "1.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.8"
|
||||
actix-web = "4.0.0-beta.10"
|
||||
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.9"
|
||||
actix-web = "=4.0.0-beta.10"
|
||||
tracing = "0.1.19"
|
||||
opentelemetry = { version = "0.14", features = ["rt-tokio-current-thread"] }
|
||||
opentelemetry-jaeger = { version = "0.13", features = ["tokio"] }
|
||||
|
@ -55,7 +55,6 @@ impl std::fmt::Display for RequestId {
|
||||
}
|
||||
|
||||
impl FromRequest for RequestId {
|
||||
type Config = ();
|
||||
type Error = RequestIdExtractionError;
|
||||
type Future = Ready<Result<Self, Self::Error>>;
|
||||
|
||||
|
@ -47,7 +47,6 @@ impl From<RootSpan> for Span {
|
||||
}
|
||||
|
||||
impl FromRequest for RootSpan {
|
||||
type Config = ();
|
||||
type Error = RootSpanExtractionError;
|
||||
type Future = Ready<Result<Self, Self::Error>>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user