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

fix: update actix-web to beta.20 (#69)

This commit is contained in:
Santiago 2022-01-18 10:54:08 +01:00 committed by GitHub
parent 0ef84792fd
commit 56aa211dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ opentelemetry_0_16 = ["opentelemetry_0_16_pkg", "tracing-opentelemetry_0_16_pkg"
emit_event_on_error = []
[dependencies]
actix-web = { version = "=4.0.0-beta.19", default-features = false }
actix-web = { version = "=4.0.0-beta.20", default-features = false }
pin-project = "1.0.0"
tracing = "0.1.19"
tracing-futures = "0.2.4"

View File

@ -39,7 +39,7 @@ Add `tracing-actix-web` to your dependencies:
# ...
tracing-actix-web = "=0.5.0-beta.9"
tracing = "0.1"
actix-web = "=4.0.0-beta.19"
actix-web = "=4.0.0-beta.20"
```
`tracing-actix-web` exposes three feature flags:

View File

@ -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.19"
actix-web = "=4.0.0-beta.20"
opentelemetry = { version = "0.16", features = ["rt-tokio-current-thread"] }
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio-current-thread"] }
tracing-opentelemetry = { version = "0.16" }

View File

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

View File

@ -12,7 +12,7 @@
//! # ...
//! tracing-actix-web = "=0.5.0-beta.9"
//! tracing = "0.1"
//! actix-web = "=4.0.0-beta.19"
//! actix-web = "=4.0.0-beta.20"
//! ```
//!
//! `tracing-actix-web` exposes three feature flags: