heappy
heappy copied to clipboard
chore(deps): update rust crate bytes to v1.11.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| bytes | dependencies | minor | 1.6.1 -> 1.11.0 |
Release Notes
tokio-rs/bytes (bytes)
v1.11.0
- Bump MSRV to 1.57 (#788)
Fixed
- fix:
BytesMutonly reuse if src has remaining (#803) - Specialize
BytesMut::put::<Bytes>(#793) - Reserve capacity in
BytesMut::put(#794) - Change
BytesMut::remaining_mutto useisize::MAXinstead ofusize::MAX(#795)
Internal changes
- Guarantee address in
slice()for empty slices. (#780) - Rename
Vtable::to_*->Vtable::into_*(#776) - Fix latest clippy warnings (#787)
- Ignore
BytesMut::freezedoctest on wasm (#790) - Move
drop_fnoffrom_ownerinto vtable (#801)
v1.10.1
Fixed
- Fix memory leak when using
to_vecwithBytes::from_owner(#773)
v1.10.0
Added
- Add feature to support platforms without atomic CAS (#467)
-
try_get_*methods forBuftrait (#753) - Implement
Buf::chunks_vectoredforTake(#617) - Implement
Buf::chunks_vectoredforVecDeque<u8>(#708)
Fixed
- Remove incorrect guarantee for
chunks_vectored(#754) - Ensure that tests pass under
panic=abort(#749)
v1.9.0
Added
- Add
Bytes::from_ownerto enable externally-allocated memory (#742)
Documented
- Fix typo in Buf::chunk() comment (#744)
Internal changes
- Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
- Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
v1.8.0
- Guarantee address in
split_off/split_tofor empty slices (#740)
v1.7.2
Fixed
- Fix default impl of
Buf::{get_int, get_int_le}(#732)
Documented
- Fix double spaces in comments and doc comments (#731)
Internal changes
- Ensure BytesMut::advance reduces capacity (#728)
v1.7.1
This release reverts the following change due to a regression:
- Reuse capacity when possible in
<BytesMut as Buf>::advanceimpl (#698)
The revert can be found at #726.
v1.7.0
Added
- Add conversion from
BytestoBytesMut(#695, #710) - Add reclaim method without additional allocation (#686)
Documented
Changed
- Change length condition of
BytesMut::truncate - Reuse capacity when possible in
<BytesMut as Buf>::advanceimpl (#698) - Improve
must_usesuggestion ofBytesMut::split(#699)
Internal changes
- Use
ManuallyDropinstead ofmem::forget(#678) - Don't set
leninBytesMut::reserve(#682) - Optimize
Bytes::copy_to_bytes(#688) - Refactor
BytesMut::truncate(#694) - Refactor
BytesMut::resize(#696) - Reorder assertion in
Bytes::split_to,Bytes::split_off(#689, #693) - Use
offset_fromin more places (#705) - Correct the wrong usage of
IntoIter(#707)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.