Skip to content

Commit

Permalink
Update axum-tracing-opentelemetry requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
Updates the requirements on [axum-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) to permit the latest version.
- [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md)
- [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@0.16.0...0.17.0)

---
updated-dependencies:
- dependency-name: axum-tracing-opentelemetry
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and davidB committed Mar 3, 2024
1 parent a203e7c commit 3b1fefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish.workspace = true

[dependencies]
axum = { version = "0.7", optional = true }
axum-tracing-opentelemetry = { version = "0.16", optional = true }
axum-tracing-opentelemetry = { version = "0.17", optional = true }
cdevents-sdk = { git = "https://github.com/cdevents/sdk-rust" }
clap = { workspace = true }
clap-verbosity-flag = "2.1.2"
Expand Down

0 comments on commit 3b1fefd

Please sign in to comment.