Skip to content

chore(deps): bump tracing-opentelemetry from 0.32.1 to 0.33.0#1463

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/tracing-opentelemetry-0.33.0
Open

chore(deps): bump tracing-opentelemetry from 0.32.1 to 0.33.0#1463
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/tracing-opentelemetry-0.33.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps tracing-opentelemetry from 0.32.1 to 0.33.0.

Release notes

Sourced from tracing-opentelemetry's releases.

0.33.0

Fixed

  • [breaking] avoid deadlock when entering a span (#251)

Other

Changelog

Sourced from tracing-opentelemetry's changelog.

0.33.0 - 2026-05-18

Fixed

  • [breaking] avoid deadlock when entering a span (#251)

Other

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
tracing-opentelemetry [>= 0.28.a, < 0.29]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.32.1 to 0.33.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.32.1...v0.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Hyperlight host crate’s OpenTelemetry/tracing integration dependencies to newer versions, aligning tracing-opentelemetry with the OpenTelemetry 0.32 ecosystem.

Changes:

  • Bump tracing-opentelemetry from 0.32.1 to 0.33.0.
  • Bump OpenTelemetry crates (opentelemetry, opentelemetry-otlp, opentelemetry_sdk) to 0.32.0.
  • Refresh Cargo.lock to reflect the new dependency graph (including new transitive crates like tonic-types).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/hyperlight_host/Cargo.toml Updates OpenTelemetry/tracing dependency versions used by hyperlight-host (including dev-deps).
Cargo.lock Locks updated to the resolved versions for the bumped OpenTelemetry/tracing crates and their transitive dependencies.

Comment on lines +98 to +102
tracing-opentelemetry = "0.33.0"
opentelemetry = "0.32.0"
opentelemetry-otlp = { version = "0.32.0", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }
opentelemetry-semantic-conventions = "0.32"
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.32.0", features = ["rt-tokio"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/dependencies For PRs that update dependencies or related components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants