chore(rust): bump reqwest, otel and sentry crates#12666
Open
thomaseizinger wants to merge 2 commits intomainfrom
Open
chore(rust): bump reqwest, otel and sentry crates#12666thomaseizinger wants to merge 2 commits intomainfrom
reqwest, otel and sentry crates#12666thomaseizinger wants to merge 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
klochowicz
approved these changes
Mar 25, 2026
f4250ee to
26953d2
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Rust workspace dependencies (notably reqwest, OpenTelemetry, and Sentry) to newer versions, along with required manifest/lockfile adjustments to keep downstream crates building.
Changes:
- Bump
reqwestto0.13.2, plus relatedopentelemetry*,tracing-opentelemetry, andsentry*crate versions in the workspace. - Update
reqwestfeature flags in dependent crates to use the newer Rustls feature naming. - Update connlib tunnel tests/manifests to install a Rustls crypto provider and include
rustlsas a dev-dependency.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| rust/tests/loadtest/Cargo.toml | Updates reqwest feature flags for the loadtest crate to match the bumped reqwest. |
| rust/libs/connlib/tunnel/src/io.rs | Installs Rustls ring crypto provider in the DoH bootstrap test (needed with newer TLS stack expectations). |
| rust/libs/connlib/tunnel/Cargo.toml | Adds rustls as a dev-dependency to support the updated test code. |
| rust/gui-client/src-tauri/Cargo.toml | Updates reqwest feature flags to match the bumped reqwest. |
| rust/Cargo.toml | Bumps workspace versions for reqwest, opentelemetry*, sentry*, and tracing-opentelemetry. |
| rust/Cargo.lock | Updates the resolved dependency graph for the bumped crates (including new transitive TLS/crypto-related packages). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the mentioned set of crates together as they all depend on the newer
reqwestversion.