fix(deps): update rust crate bytes to v1.8.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
bytes | dependencies | minor |
1.6.0 -> 1.8.0
|
⚠ ️ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
tokio-rs/bytes (bytes)
v1.8.0
- Guarantee address in
split_off
/split_to
for 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>::advance
impl (#698)
The revert can be found at #726.
v1.7.0
Added
- Add conversion from
Bytes
toBytesMut
(#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>::advance
impl (#698) - Improve
must_use
suggestion ofBytesMut::split
(#699)
Internal changes
- Use
ManuallyDrop
instead ofmem::forget
(#678) - Don't set
len
inBytesMut::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_from
in more places (#705) - Correct the wrong usage of
IntoIter
(#707)
v1.6.1
This release fixes a bug where Bytes::is_unique
returns incorrect values when
the Bytes
originates from a shared BytesMut
. (#718)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.