Skip to content

Commit

Permalink
chore(deps): bump tracing-opentelemetry from 0.27.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.27.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.27.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 1b0ef20 commit 1cde9a4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 15 deletions.
57 changes: 43 additions & 14 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/containerd-shim-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ opentelemetry-otlp = { version = "0.26", default-features = false, features = [
opentelemetry_sdk = { version = "0.26", default-features = false, features = [
"rt-tokio",
], optional = true }
tracing-opentelemetry = { version = "0.27", default-features = false, optional = true }
tracing-opentelemetry = { version = "0.28", default-features = false, optional = true }


[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 1cde9a4

Please sign in to comment.