Skip to content

Commit

Permalink
chore(deps): bump tracing-opentelemetry from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.24.0 to 0.25.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.24.0...v0.25.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 Jul 29, 2024
1 parent a5e8e35 commit f658b63
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 13 deletions.
56 changes: 44 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 crates/containerd-shim-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ opentelemetry-otlp = { version = "0.16.0", features = [
opentelemetry_sdk = { version = "0.23", features = [
"rt-tokio",
], optional = true }
tracing-opentelemetry = { version = "0.24", optional = true }
tracing-opentelemetry = { version = "0.25", optional = true }


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

0 comments on commit f658b63

Please sign in to comment.