Skip to content

Commit

Permalink
Bump tracing-opentelemetry from 0.20.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.20.0 to 0.23.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.20.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 11c731a commit 0a9cc67
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 6 deletions.
85 changes: 80 additions & 5 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 crates/erooster_deps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ clap = { version = "4.4.7", features = [
"env",
] }
opentelemetry = { version = "0.20.0", features = ["metrics", "rt-tokio"] }
tracing-opentelemetry = { version = "0.20.0", optional = true }
tracing-opentelemetry = { version = "0.23.0", optional = true }
const_format = "0.2.32"
notify = "6.1.1"
rustls-pemfile = "1.0.3"
Expand Down

0 comments on commit 0a9cc67

Please sign in to comment.