Stable awc
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-03-08 11:11:02 -06:00
parent caf21d9d4f
commit 410ceef25a

View file

@ -1,7 +1,7 @@
[package]
name = "tracing-awc"
description = "Tracing instrumentation for the awc http client"
version = "0.1.0-beta.24"
version = "0.1.0"
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", default-features = false }
actix-http = { version = "3.0.2", default-features = false }
actix-service = "2.0.2"
awc = { version = "3.0.0-beta.21", default-features = false }
awc = { version = "3.0.0", default-features = false }
bytes = "1"
futures-core = "0.3"
opentelemetry_0_13_pkg = { package = "opentelemetry", version = "0.13", optional = true }