Stable deps

This commit is contained in:
Aode (lion) 2021-11-19 13:34:30 -06:00
parent 5d6c96e03e
commit 0c35f51990

View file

@ -52,5 +52,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.1-alpha.0", features = ["opentelemetry_0_16"], git = "https://github.com/asonix/tracing-actix-web", branch = "asonix/beta-11" }
tracing-actix-web = { version = "0.5.0-beta.2", features = ["opentelemetry_0_16"] }
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "fmt"] }