Actix-Web rc.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (lion) 2022-02-11 10:59:01 -06:00
parent 8e42442bb0
commit bb8b3ef494

View file

@ -1,7 +1,7 @@
[package]
name = "tracing-awc"
description = "Tracing instrumentation for the awc http client"
version = "0.1.0-beta.22"
version = "0.1.0-beta.2"
authors = ["asonix <asonix@asonix.dog"]
edition = "2018"
license = "AGPL-3.0"
@ -42,7 +42,7 @@ opentelemetry_0_17 = [
]
[dependencies]
actix-http = { version = "=3.0.0-rc.1", default-features = false }
actix-http = { version = "=3.0.0-rc.2", default-features = false }
actix-service = "2.0.2"
awc = { version = "=3.0.0-beta.20", default-features = false }
bytes = "1"
@ -61,13 +61,13 @@ tracing-opentelemetry_0_16_pkg = { package = "tracing-opentelemetry", version =
tracing-opentelemetry_0_17_pkg = { package = "tracing-opentelemetry", version = "0.17", optional = true }
[dev-dependencies]
actix-rt = "2.5"
actix-web = { version = "4.0.0-rc.1", default-features = false }
actix-rt = "2.6"
actix-web = { version = "4.0.0-rc.3", default-features = false }
opentelemetry-otlp = "0.10"
opentelemetry_0_17_pkg = { package = "opentelemetry", version = "0.17", features = [
"rt-tokio",
] }
tracing-actix-web = { version = "0.5.0-rc.2", features = [
tracing-actix-web = { version = "0.5.0-rc.3", features = [
"opentelemetry_0_17",
] }
tracing-subscriber = { version = "0.3", features = [