2
0
Fork 0
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:
asonix 2024-11-12 12:35:41 -06:00
parent 7f3a6daaa0
commit a5d81ce90a
2 changed files with 3 additions and 4 deletions

3
Cargo.lock generated
View file

@ -3264,7 +3264,8 @@ dependencies = [
[[package]]
name = "tracing-actix-web"
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 = [
"actix-web",
"mutually_exclusive_features",

View file

@ -94,8 +94,6 @@ uuid = { version = "1.10.0", features = ["serde", "std", "v4", "v7"] }
webpki-roots = "0.26.3"
[dependencies.tracing-actix-web]
version = "0.7.11"
version = "0.7.14"
default-features = false
features = ["opentelemetry_0_26"]
git = "https://github.com/asonix/tracing-actix-web"
branch = "asonix/otel-0-26"