chore: cargo update and cleanup of blotated crates - #321
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (2)
🔇 Additional comments (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe manifests now use narrower feature selections for ChangesDependency cleanup
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This PR removes unwanted dependency crates and updates the Cargo.lock file without any identified correctness, security, availability, or deployment risk; no actionable merge-blocking risk remains after normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
02057db to
45540ee
Compare
45540ee to
a1956ed
Compare
Description
In the years we picked up more and more crates but some of these are bloated with unwanted, at least on our project, sub-crates. This PR is a means to cleanup these bloated crates while update the whole Cargo.lock (requested by Debian CI so I can't do much on it). The PR #314 is of the same family: clean up image processors maintaining only image as sole crate.
In my intention there would be even the x11 cleanup but that is something I can't decide alone so it will be, hopefully, handled in a future PR.
Tested Hardware & Environment
Verification and testing:
cargo fmt --all -- --check)cargo clippy --all -- -D warnings/cargo check --all-targets)cargo test --all)cargo cranky)