Update Rust crate reqwest-tracing to 0.6.0#8317
Update Rust crate reqwest-tracing to 0.6.0#8317hash-worker[bot] wants to merge 1 commit intomainfrom
reqwest-tracing to 0.6.0#8317Conversation
PR SummaryMedium Risk Overview Refreshes Written by Cursor Bugbot for commit 384850f. This will update automatically on new commits. Configure here. |
🤖 Augment PR SummarySummary: This PR updates the Rust workspace dependency Changes:
Technical Notes: Upstream 🤖 Was this summary useful? React with 👍 or 👎 |
| 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 } |
There was a problem hiding this comment.
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
🤖 Was this useful? React with 👍 or 👎
Merging this PR will not alter performance
Comparing Footnotes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8317 +/- ##
=======================================
Coverage 60.10% 60.11%
=======================================
Files 1235 1235
Lines 118201 118201
Branches 5180 5180
=======================================
+ Hits 71050 71051 +1
+ Misses 46324 46323 -1
Partials 827 827 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3ffedec to
7df63fa
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7df63fa to
384850f
Compare
This PR contains the following updates:
0.5.8->0.6.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TrueLayer/reqwest-middleware (reqwest-tracing)
v0.6.0Added
0.30(#236)Configuration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR has been generated by Renovate Bot.