-
Notifications
You must be signed in to change notification settings - Fork 110
Update Rust crate reqwest-tracing to 0.7.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 SummaryMedium Risk Overview The lockfile reflects the new transitive graph, including adding Written by Cursor Bugbot for commit fe68ef9. 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.94% 60.94%
=======================================
Files 1244 1244
Lines 121181 121181
Branches 5252 5252
=======================================
+ Hits 73855 73856 +1
+ Misses 46457 46456 -1
Partials 869 869 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
384850f to
7a33f86
Compare
reqwest-tracing to 0.6.0reqwest-tracing to 0.7.0
7a33f86 to
fe68ef9
Compare
This PR contains the following updates:
0.5.8->0.7.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TrueLayer/reqwest-middleware (reqwest-tracing)
v0.7.0Compare Source
Added
Other
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.