Skip to content

Commit

Permalink
fix: use patch.crates-io
Browse files Browse the repository at this point in the history
  • Loading branch information
fhsgoncalves committed Dec 17, 2024
1 parent d32bfa9 commit 436a7fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ axum = ["dep:axum", "dep:tokio", "dep:axum-tracing-opentelemetry"]

[dependencies]
axum = { version = "^0.7.4", optional = true }
axum-tracing-opentelemetry = { git = "https://github.com/fhsgoncalves/tracing-opentelemetry-instrumentation-sdk", branch = "0.16.1-with-dd-status-code", optional = true }
axum-tracing-opentelemetry = { version = "0.16.0", optional = true }
chrono = "^0.4.33"
opentelemetry = { version = "^0.21.0" }
opentelemetry_sdk = { version = "^0.21.2", features = ["rt-tokio"] }
Expand All @@ -38,3 +38,6 @@ tracing-appender = "0.2.3"
tracing-opentelemetry = "^0.22.0"
tracing-serde = "^0.1.3"
tracing-subscriber = { version = "^0.3.18", features = ["env-filter", "json"] }

[patch.crates-io]
axum-tracing-opentelemetry = { git = "https://github.com/fhsgoncalves/tracing-opentelemetry-instrumentation-sdk", branch = "0.16.1-with-dd-status-code" }

0 comments on commit 436a7fe

Please sign in to comment.