fix: update bytes to 1.11.1 to fix RUSTSEC-2026-0007#797
fix: update bytes to 1.11.1 to fix RUSTSEC-2026-0007#797mergify[bot] merged 2 commits intosigp:unstablefrom
Conversation
Updates bytes crate to patch integer overflow vulnerability in `BytesMut::reserve`. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @diegomrsantos's task in 1m 13s —— View job Code Review CompleteSummaryThis PR addresses a security vulnerability (RUSTSEC-2026-0007) by updating the Review Findings✅ Security
✅ Code Quality
✅ Performance
✅ Testing
✅ Documentation
Observations
RecommendationApprove ✓ This is a clean security patch that follows best practices:
The PR can be merged once CI checks pass. |
Issue Addressed
Fixes cargo audit failure due to RUSTSEC-2026-0007 (integer overflow vulnerability in
BytesMut::reserve).Proposed Changes
bytescrate from 1.11.0 to 1.11.1 via Cargo.lockAdditional Info
This is a lockfile-only update. The
bytes1.11.1 release patches the integer overflow vulnerability.