chore: bump go deps#5849
Conversation
WalkthroughFrom the cyclopean depths of the codebase, three files have been touched by the eldritch hand of dependency updates and minor refactoring. Go module files in both the f3-sidecar and interop-tests realms have been aligned to newer Go versions and dependencies, while a subtle invocation in Rust simplifies the conjuring of a default Bitswap message. Changes
Estimated code review effort1 (<30 minutes). The changes are but a whisper in the void, requiring only a brief gaze from those who dare. Suggested reviewers
May the dread gaze of Yog-Sothoth shield you as you peer into these subtle alterations, for even the smallest change may awaken slumbering horrors beneath the surface. 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (7)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| impl BitswapMessage { | ||
| pub fn into_proto(self) -> IOResult<bitswap_pb::Message> { | ||
| let mut msg = bitswap_pb::Message { | ||
| wantlist: Some(Default::default()), |
There was a problem hiding this comment.
This is no longer needed since the panic has been fixed in https://github.com/ipfs/boxo/releases/tag/v0.33.0
fix panic when incoming Bitswap protobuf message does not contain Wantlist ipfs/boxo#961
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
Other information and links
Change checklist
Summary by CodeRabbit
No user-facing features or behavior changes were introduced.