Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump opentelemetry group #21068

Merged
merged 2 commits into from
Apr 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps the opentelemetry group with 1 update: fastrace-opentelemetry.

Updates fastrace-opentelemetry from 0.7.2 to 0.9.0

Changelog

Sourced from fastrace-opentelemetry's changelog.

Changelog

Unreleased

v0.7.8

  • Add TraceId::random() and SpanId::random().
  • Add FromStr, Display, and serde support for TraceId, SpanId.
  • Add Span::add_property() and Span::add_properties().
  • Add Span::add_event() and LocalSpan::add_event().
  • Deprecate Event::add_to_parent() and Event::add_to_local_parent().

v0.7.6

  • Reduce dependencies to futures 0.3.

v0.7.5

  • Optimize collect behavior when the span is not sampled.

v0.7.4

  • Upgrade opentelemtry to 0.26.0.

v0.7.3

  • Upgrade opentelemtry to 0.25.0.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 21, 2025 18:07
@dependabot dependabot bot requested a review from stdrc March 21, 2025 18:07
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-f267785434 branch from 4c1153e to 385b106 Compare March 22, 2025 02:25
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-f267785434 branch 7 times, most recently from 560903a to a5a1d2e Compare March 28, 2025 18:58
Bumps the opentelemetry group with 1 update: [fastrace-opentelemetry](https://github.com/fast/fastrace).


Updates `fastrace-opentelemetry` from 0.7.2 to 0.9.0
- [Changelog](https://github.com/fast/fastrace/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fast/fastrace/commits/fastrace-opentelemetry-v0.9.0)

---
updated-dependencies:
- dependency-name: fastrace-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-f267785434 branch from a5a1d2e to 510a297 Compare March 31, 2025 19:26
@stdrc stdrc changed the title chore(deps): Bump fastrace-opentelemetry from 0.7.2 to 0.9.0 in the opentelemetry group chore(deps): Bump opentelemetry group Apr 1, 2025
@stdrc stdrc requested review from BugenZhao and Copilot April 1, 2025 04:58
Copy link

@Copilot 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

This PR bumps the version of the fastrace-opentelemetry dependency to support newer features and improvements.

  • Update the version of fastrace-opentelemetry in Cargo.toml
  • Align the dependency version with the intended update semantics
Comments suppressed due to low confidence (1)

src/utils/runtime/Cargo.toml:60

  • The dependency version in the code is set to 0.10, which contrasts with the PR metadata stating an update from 0.7.2 to 0.9.0. Please verify if the intended version bump is to 0.9.0 or 0.10 and adjust accordingly.
fastrace-opentelemetry = "0.10"

@BugenZhao BugenZhao requested review from MrCroxx and xiangjinwu April 1, 2025 05:13
Copy link
Member

@BugenZhao BugenZhao left a comment

Choose a reason for hiding this comment

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

LGTM

@stdrc stdrc added this pull request to the merge queue Apr 1, 2025
Merged via the queue into main with commit f560ef3 Apr 1, 2025
29 checks passed
@stdrc stdrc deleted the dependabot/cargo/opentelemetry-f267785434 branch April 1, 2025 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code type/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants