Skip to content

Commit

Permalink
Bump tracing-opentelemetry from 0.21.0 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.21.0 to 0.22.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.21.0...v0.22.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 Nov 8, 2023
1 parent 5c5fd87 commit d58e98a
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 13 deletions.
98 changes: 86 additions & 12 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 backend/rvoc-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clap = { version = "4.4.7", features = ["derive"] }
# logging and telemetry
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["fmt", "json"] }
tracing-opentelemetry = { version = "0.21.0" }
tracing-opentelemetry = { version = "0.22.0" }
opentelemetry = { version = "0.20.0", features = ["rt-tokio-current-thread"] }
opentelemetry-otlp = { version = "0.13.0" }

Expand Down

0 comments on commit d58e98a

Please sign in to comment.