-
Notifications
You must be signed in to change notification settings - Fork 110
Update Rust crate reqwest-tracing to 0.6.0
#8317
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
base: main
Are you sure you want to change the base?
Conversation
PR SummaryUpgrades
Written by Cursor Bugbot for commit 7df63fa. 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 👎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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.
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
🤖 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.11% 60.11%
=======================================
Files 1235 1235
Lines 118164 118164
Branches 5173 5173
=======================================
Hits 71029 71029
Misses 46309 46309
Partials 826 826 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.
|
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.