mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Use stable tracing-actix-web
This commit is contained in:
parent
7f3a6daaa0
commit
a5d81ce90a
2 changed files with 3 additions and 4 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -3264,7 +3264,8 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-actix-web"
|
name = "tracing-actix-web"
|
||||||
version = "0.7.14"
|
version = "0.7.14"
|
||||||
source = "git+https://github.com/asonix/tracing-actix-web?branch=asonix/otel-0-26#377f66721b6ccda022323014f2817fab52d825b1"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "6b87073920bcce23e9f5cb0d2671e9f01d6803bb5229c159b2f5ce6806d73ffc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"mutually_exclusive_features",
|
"mutually_exclusive_features",
|
||||||
|
|
|
@ -94,8 +94,6 @@ uuid = { version = "1.10.0", features = ["serde", "std", "v4", "v7"] }
|
||||||
webpki-roots = "0.26.3"
|
webpki-roots = "0.26.3"
|
||||||
|
|
||||||
[dependencies.tracing-actix-web]
|
[dependencies.tracing-actix-web]
|
||||||
version = "0.7.11"
|
version = "0.7.14"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["opentelemetry_0_26"]
|
features = ["opentelemetry_0_26"]
|
||||||
git = "https://github.com/asonix/tracing-actix-web"
|
|
||||||
branch = "asonix/otel-0-26"
|
|
||||||
|
|
Loading…
Reference in a new issue