-
Notifications
You must be signed in to change notification settings - Fork 27
chore: another round of dependency cleanups #1895
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
Conversation
Reviewer's GuideThis PR tidies up project and xtask workspace dependencies by removing obsolete crates, relaxing version constraints, and bumping PostgreSQL-related versions to streamline and modernize our Cargo manifests. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1895 +/- ##
==========================================
+ Coverage 68.06% 68.29% +0.23%
==========================================
Files 365 365
Lines 23063 23063
Branches 23063 23063
==========================================
+ Hits 15698 15752 +54
+ Misses 6486 6429 -57
- Partials 879 882 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b6089dd
Summary by Sourcery
Clean up dependency configurations by removing unused entries, normalizing version specifications, upgrading PostgreSQL crates to v0.19.0, and tidying the xtask workspace manifest.
Chores: