stable actix-web
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Aode (Lion) 2022-02-26 11:52:50 -06:00
parent e2d438aac7
commit caf21d9d4f

View file

@ -1,7 +1,7 @@
[package]
name = "tracing-awc"
description = "Tracing instrumentation for the awc http client"
version = "0.1.0-beta.23"
version = "0.1.0-beta.24"
authors = ["asonix <asonix@asonix.dog"]
edition = "2018"
license = "AGPL-3.0"
@ -42,9 +42,9 @@ opentelemetry_0_17 = [
]
[dependencies]
actix-http = { version = "=3.0.0-rc.2", default-features = false }
actix-http = { version = "3.0.0", default-features = false }
actix-service = "2.0.2"
awc = { version = "=3.0.0-beta.20", default-features = false }
awc = { version = "3.0.0-beta.21", default-features = false }
bytes = "1"
futures-core = "0.3"
opentelemetry_0_13_pkg = { package = "opentelemetry", version = "0.13", optional = true }
@ -62,14 +62,12 @@ tracing-opentelemetry_0_17_pkg = { package = "tracing-opentelemetry", version =
[dev-dependencies]
actix-rt = "2.6"
actix-web = { version = "4.0.0-rc.3", default-features = false }
actix-web = { version = "4.0.0", 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.3", features = [
"opentelemetry_0_17",
] }
tracing-actix-web = { version = "0.5.0", features = ["opentelemetry_0_17"] }
tracing-subscriber = { version = "0.3", features = [
"ansi",
"env-filter",