deps(rust): bump workspace dependencies#3005
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #3005 +/- ##
============================================
- Coverage 71.87% 71.83% -0.05%
Complexity 930 930
============================================
Files 1117 1118 +1
Lines 92952 92992 +40
Branches 70473 70524 +51
============================================
- Hits 66807 66798 -9
- Misses 23584 23613 +29
- Partials 2561 2581 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
spetz
previously approved these changes
Mar 21, 2026
lukaszzborek
previously approved these changes
Mar 21, 2026
cargo upgrade bumped several crates with breaking API changes: - bit-set 0.9: len() -> count(), clear() -> make_empty() - figlet-rs 1.0: FIGfont renamed to FIGlet - tungstenite 0.29 vs compio-ws 0.3 (pinned to 0.28): construct WebSocket config via compio's re-exported tungstenite to avoid cross-version type mismatch - arrow/parquet 58 vs iceberg 0.9 (pinned to arrow 57): downgrade workspace arrow/parquet to match iceberg's transitive dependency
0b6ba05 to
b3309af
Compare
spetz
approved these changes
Mar 21, 2026
numinnex
approved these changes
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cargo upgrade bumped several crates with breaking API changes:
construct WebSocket config via compio's re-exported
tungstenite to avoid cross-version type mismatch
downgrade workspace arrow/parquet to match iceberg's
transitive dependency