mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-28 04:21:12 +00:00
Fix tracing-actix-web version
This commit is contained in:
parent
79afd0e8ea
commit
d9298988ac
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue