published deps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (lion) 2021-12-13 11:15:34 -06:00
parent 4898546aa1
commit 640ecb06de

View file

@ -47,5 +47,5 @@ actix-rt = "2.2"
actix-web = { version = "4.0.0-beta.9", default-features = false }
opentelemetry-otlp = "0.9"
opentelemetry_0_16_pkg = { package = "opentelemetry", version = "0.16", features = ["rt-tokio"] }
tracing-actix-web = { version = "0.5.0-beta.3", features = ["opentelemetry_0_16"], git = "https://github.com/asonix/tracing-actix-web", branch = "riley/beta.14" }
tracing-actix-web = { version = "0.5.0-beta.5", features = ["opentelemetry_0_16"] }
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "fmt"] }