Skip to content

Commit

Permalink
chore(deps): bump tracing-opentelemetry from 0.25.0 to 0.28.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.28.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.28.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 18, 2024
1 parent 50cd2c5 commit 7f596e9
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 24 deletions.
76 changes: 54 additions & 22 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/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ toml = "0.8.14"
tonic = { version = "0.5.0", package = "madsim-tonic" }
tracing = "0.1.37"
tracing-appender = "0.2"
tracing-opentelemetry = "0.25.0"
tracing-opentelemetry = "0.28.0"
workspace-hack = { version = "0.1", path = "../../workspace-hack" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tonic = { version = "0.5.0", package = "madsim-tonic" }
tonic-health = "0.12.0"
tracing = "0.1.37"
tracing-appender = "0.2"
tracing-opentelemetry = "0.25.0"
tracing-opentelemetry = "0.28.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
utils = { path = "../utils", features = ["parking_lot"] }
uuid = { version = "1.10.0", features = ["v4"] }
Expand Down

0 comments on commit 7f596e9

Please sign in to comment.