Skip to content

Commit

Permalink
Update tracing-opentelemetry requirement from 0.20.0 to 0.21.0 (#44)
Browse files Browse the repository at this point in the history
Updates the requirements on [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.20.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent c9c5295 commit 3bcbd2d
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 @@ -13,7 +13,7 @@ tracing = { version = "0.1.30", features = ["attributes"] }
tracing-subscriber = { version = "0.3.8", features = ["env-filter"] }
opentelemetry = "0.20.0"
opentelemetry-jaeger = "0.19.0"
tracing-opentelemetry = "0.20.0"
tracing-opentelemetry = "0.21.0"

# Tokio to Axum and all that's in between.
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 3bcbd2d

Please sign in to comment.