Skip to content

Update Rust crate reqwest-tracing to 0.7.0#8317

Open
hash-worker[bot] wants to merge 1 commit intomainfrom
deps/rs/reqwest-tracing-0.x
Open

Update Rust crate reqwest-tracing to 0.7.0#8317
hash-worker[bot] wants to merge 1 commit intomainfrom
deps/rs/reqwest-tracing-0.x

Conversation

@hash-worker
Copy link
Copy Markdown
Contributor

@hash-worker hash-worker bot commented Jan 24, 2026

This PR contains the following updates:

Package Type Update Change
reqwest-tracing workspace.dependencies minor 0.5.8 -> 0.7.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

TrueLayer/reqwest-middleware (reqwest-tracing)

v0.7.0

Compare Source

Added
  • [breaking] support the opentelemetry 0.31 (#​272)
Other
  • Set changelog version for last release (#​268)

v0.6.0

Added
  • Added support for OpenTelemetry 0.30 (#​236)

Configuration

📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - "before 4am every weekday,every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@hash-worker hash-worker bot enabled auto-merge January 24, 2026 08:47
@cursor
Copy link
Copy Markdown

cursor bot commented Jan 24, 2026

PR Summary

Medium Risk
Dependency-only change, but it adds a second major reqwest version in the lockfile and updates middleware/error types transitively, which can cause build or runtime behavior differences in HTTP tracing paths.

Overview
Bumps the workspace dependency reqwest-tracing from 0.5.8 to 0.7.0.

Regenerates Cargo.lock, introducing reqwest 0.13.2 and reqwest-middleware 0.5.1 as new transitive dependencies for tracing while keeping existing direct reqwest/reqwest-middleware versions pinned for the rest of the workspace.

Written by Cursor Bugbot for commit 027e10c. This will update automatically on new commits. Configure here.

@github-actions github-actions bot added the area/deps Relates to third-party dependencies (area) label Jan 24, 2026
@augmentcode
Copy link
Copy Markdown

augmentcode bot commented Jan 24, 2026

🤖 Augment PR Summary

Summary: This PR updates the Rust workspace dependency reqwest-tracing from 0.5.8 to 0.6.0 (Renovate-driven dependency bump).

Changes:

  • Updated reqwest-tracing version in the workspace Cargo.toml.

Technical Notes: Upstream reqwest-tracing v0.6.0 adds support for OpenTelemetry 0.30, but it also targets newer reqwest/reqwest-middleware versions—worth confirming this aligns with the workspace pins and existing middleware usage.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

reqwest-middleware = { version = "0.4.2", default-features = false }
reqwest-tracing = { version = "0.5.8", default-features = false }
reqwest-tracing = { version = "0.6.0", default-features = false }
roaring = { version = "0.11.2", default-features = false }
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

reqwest-tracing 0.6.0 depends on reqwest ^0.13 and reqwest-middleware ^0.5, while this workspace pins reqwest 0.12 and reqwest-middleware 0.4.2. This can lead to incompatible middleware trait types in crates that call ClientBuilder::with(TracingMiddleware::...) (e.g. libs/@local/graph/type-fetcher/src/fetcher_server.rs:70).

Other Locations
  • libs/@local/graph/type-fetcher/src/fetcher_server.rs:70

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Jan 24, 2026

Merging this PR will not alter performance

✅ 21 untouched benchmarks
🗄️ 12 archived benchmarks run1


Comparing deps/rs/reqwest-tracing-0.x (027e10c) with main (7d0f697)

Open in CodSpeed

Footnotes

  1. 12 benchmarks were run, but are now archived. If they were deleted in another branch, consider rebasing to remove them from the report. Instead if they were added back, click here to restore them.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.80%. Comparing base (7d0f697) to head (027e10c).
⚠️ Report is 114 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8317   +/-   ##
=======================================
  Coverage   60.80%   60.80%           
=======================================
  Files        1273     1273           
  Lines      124456   124456           
  Branches     5354     5354           
=======================================
+ Hits        75670    75671    +1     
+ Misses      47902    47901    -1     
  Partials      884      884           
Flag Coverage Δ
apps.hash-ai-worker-ts 1.40% <ø> (ø)
apps.hash-api 0.00% <ø> (ø)
blockprotocol.type-system 40.84% <ø> (ø)
local.claude-hooks 0.00% <ø> (ø)
local.harpc-client 51.24% <ø> (ø)
local.hash-graph-sdk 7.78% <ø> (ø)
local.hash-isomorphic-utils 0.00% <ø> (ø)
rust.antsi 0.00% <ø> (ø)
rust.error-stack 90.88% <ø> (ø)
rust.harpc-codec 84.70% <ø> (ø)
rust.harpc-net 96.18% <ø> (+0.01%) ⬆️
rust.harpc-tower 66.80% <ø> (ø)
rust.harpc-types 0.00% <ø> (ø)
rust.harpc-wire-protocol 92.23% <ø> (ø)
rust.hash-codec 72.76% <ø> (ø)
rust.hash-graph-authorization 62.34% <ø> (ø)
rust.hash-graph-postgres-store 27.20% <ø> (ø)
rust.hash-graph-store 37.86% <ø> (ø)
rust.hash-graph-temporal-versioning 47.95% <ø> (ø)
rust.hash-graph-types 0.00% <ø> (ø)
rust.hash-graph-validation 83.45% <ø> (ø)
rust.hashql-ast 87.25% <ø> (ø)
rust.hashql-compiletest 29.69% <ø> (ø)
rust.hashql-core 81.33% <ø> (ø)
rust.hashql-diagnostics 72.43% <ø> (ø)
rust.hashql-eval 68.54% <ø> (ø)
rust.hashql-hir 89.10% <ø> (ø)
rust.hashql-mir 90.25% <ø> (ø)
rust.hashql-syntax-jexpr 94.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hash-worker hash-worker bot requested a review from a team January 24, 2026 09:15
@hash-worker hash-worker bot force-pushed the deps/rs/reqwest-tracing-0.x branch from 3ffedec to 7df63fa Compare January 28, 2026 14:51
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hash Ready Ready Preview, Comment Feb 17, 2026 9:40am
hashdotdesign Ready Ready Preview, Comment Feb 17, 2026 9:40am
hashdotdesign-tokens Ready Ready Preview, Comment Feb 17, 2026 9:40am
petrinaut Ready Ready Preview Feb 17, 2026 9:40am

@hash-worker hash-worker bot force-pushed the deps/rs/reqwest-tracing-0.x branch from 7df63fa to 384850f Compare February 3, 2026 10:52
@hash-worker hash-worker bot force-pushed the deps/rs/reqwest-tracing-0.x branch from 384850f to 7a33f86 Compare February 5, 2026 17:58
@hash-worker hash-worker bot changed the title Update Rust crate reqwest-tracing to 0.6.0 Update Rust crate reqwest-tracing to 0.7.0 Feb 5, 2026
@hash-worker hash-worker bot force-pushed the deps/rs/reqwest-tracing-0.x branch from 7a33f86 to fe68ef9 Compare February 9, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/deps Relates to third-party dependencies (area)

Development

Successfully merging this pull request may close these issues.

2 participants