Skip to content

fix(security): update Rust OpenTelemetry stack - #104

Merged
thrashr888 merged 1 commit into
mainfrom
codex/security-opentelemetry-rust
Aug 2, 2026
Merged

fix(security): update Rust OpenTelemetry stack#104
thrashr888 merged 1 commit into
mainfrom
codex/security-opentelemetry-rust

Conversation

@thrashr888

Copy link
Copy Markdown
Owner

Summary

  • update the coordinated OpenTelemetry API, SDK, and OTLP crates
  • resolve the opentelemetry_sdk advisory with 0.32.1
  • keep the dependency update targeted rather than refreshing unrelated crates

Validation

  • cargo check
  • cargo test --quiet
  • cargo tree -i opentelemetry_sdk (resolves to 0.32.1)

@thrashr888
thrashr888 marked this pull request as ready for review August 2, 2026 03:11
Copilot AI review requested due to automatic review settings August 2, 2026 03:11
@thrashr888
thrashr888 merged commit 26b6323 into main Aug 2, 2026
11 checks passed
@thrashr888
thrashr888 deleted the codex/security-opentelemetry-rust branch August 2, 2026 03:11

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the Rust OpenTelemetry dependency stack (API, SDK, and OTLP exporter) to remediate the opentelemetry_sdk security advisory while keeping the dependency refresh focused.

Changes:

  • Bump opentelemetry, opentelemetry_sdk, and opentelemetry-otlp from 0.280.32.
  • Refresh the lockfile to reflect the new OpenTelemetry versions (including opentelemetry_sdk 0.32.1).

Reviewed changes

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

File Description
Cargo.toml Updates OpenTelemetry crate versions to the 0.32 line.
Cargo.lock Locks updated OpenTelemetry (and transitive) dependencies after the version bump.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Cargo.toml
opentelemetry_sdk = { version = "0.28", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.28", features = ["http-proto", "reqwest-client"] }
opentelemetry = "0.32"
opentelemetry_sdk = { version = "0.32", features = ["rt-tokio"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants