Skip to content

Commit

Permalink
build(deps): bump tracing-opentelemetry from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.25.0 to 0.26.0.
- [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.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 9d12ef0 commit 54e8cd0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 14 deletions.
58 changes: 45 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ opentelemetry = "0.24.0"
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.17.0", features = ["http-json", "reqwest", "reqwest-client"] }
reqwest = { version = "0.12.7", features = ["multipart"] }
tracing-opentelemetry = "0.25.0"
tracing-opentelemetry = "0.26.0"

0 comments on commit 54e8cd0

Please sign in to comment.