Skip to content

Commit

Permalink
Update tracing-opentelemetry-instrumentation-sdk requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [tracing-opentelemetry-instrumentation-sdk](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: tracing-opentelemetry-instrumentation-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 0ee512f commit d452bf3
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 @@ -27,7 +27,7 @@ time = "0.3"
thiserror = "1"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-opentelemetry-instrumentation-sdk = { version = "0.16" }
tracing-opentelemetry-instrumentation-sdk = { version = "0.17" }

# [profile.dev.package.insta]
# opt-level = 3
Expand Down

0 comments on commit d452bf3

Please sign in to comment.