Skip to content

Commit

Permalink
chore(deps): bump tracing-opentelemetry from 0.25.0 to 0.29.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.29.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.29.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 Feb 18, 2025
1 parent e7a603c commit c1d8b1f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 14 deletions.
55 changes: 42 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lib.rs"
tokio = { version = "1.37.0", features = ["sync"] }
tokio-stream = { version = "0.1.15", features = ["io-util"] }
tracing-futures = { version = "0.2", features = ["futures-03"] }
tracing-opentelemetry = { version = "0.25", default-features = false }
tracing-opentelemetry = { version = "0.29", default-features = false }
uuid = { version = "1.8.0", features = ["serde", "v4"] }
serde = { version = "1.0.199", features = ["serde_derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit c1d8b1f

Please sign in to comment.