mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2025-01-03 16:31:25 +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"] }
|
uuid = { version = "0.8.2", features = ["v4", "serde"] }
|
||||||
|
|
||||||
[dependencies.tracing-actix-web]
|
[dependencies.tracing-actix-web]
|
||||||
version = "0.5.0-alpha.2"
|
version = "0.5.0-beta.2"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["emit_event_on_error", "opentelemetry_0_16"]
|
features = ["emit_event_on_error", "opentelemetry_0_16"]
|
||||||
git = "https://github.com/caizixian/tracing-actix-web"
|
git = "https://github.com/caizixian/tracing-actix-web"
|
||||||
|
|
Loading…
Reference in a new issue