Skip to content

Commit

Permalink
Update init-tracing-opentelemetry requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
Updates the requirements on [init-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.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 0ee512f commit 798279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish = false
[workspace.dependencies]
rstest = "0.18"
clap = { version = "4", features = ["derive", "env"] }
init-tracing-opentelemetry = { version = "0.16", features = [
init-tracing-opentelemetry = { version = "0.17", features = [
"otlp",
"tracing_subscriber_ext",
] }
Expand Down

0 comments on commit 798279f

Please sign in to comment.