Fix tracing-actix-web version

This commit is contained in:
Aode (Lion) 2021-11-23 12:32:00 -06:00
parent 79afd0e8ea
commit d9298988ac

View file

@ -55,7 +55,7 @@ url = { version = "2.2", features = ["serde"] }
uuid = { version = "0.8.2", features = ["v4", "serde"] }
[dependencies.tracing-actix-web]
version = "0.5.0-alpha.2"
version = "0.5.0-beta.2"
default-features = false
features = ["emit_event_on_error", "opentelemetry_0_16"]
git = "https://github.com/caizixian/tracing-actix-web"